From 91e4de785990edc3fc31b395498db2c831de2366 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski Date: Tue, 11 May 2021 15:38:54 +0200 Subject: [PATCH] comment --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 72b2b9e..7451aa7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,6 +42,7 @@ if [ $? -ne 0 ]; then exit 1 fi +# From unkwnon reason the output paramter is not set but the draft release is published echo '::set-output name=release-url::$release_url' exit 0 \ No newline at end of file