From 9bbd76410fe0b41720edce33fc320f6419f7d7b4 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Wed, 31 Jan 2024 10:43:32 -0500 Subject: [PATCH] Add bogus release tag in file RELEASE That seems to be necessary for action "actions-gh-release" to work correctly for the first time. Else we get the following error: 2024/01/30 22:49:25 Start running actions-gh-release 2024/01/30 22:49:25 Successfully parsed arguments 2024/01/30 22:49:25 Successfully parsed GitHub event pull_request base-commit 939e8c2709300d010087478703073820c30bb509 head-commit 3e205211bf0b0401b7d8669a0e175517cc94bf13 2024/01/30 22:49:25 Failed to build release for RELEASE: tag must be specified Signed-off-by: Marc Dumais --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 7a70712c..4a8cd4df 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -# Release file - see documentation: https://github.com/pipe-cd/actions-gh-release#usage +tag: v0.0.0