From 188839fe9f6ba3ea95e3023477ab60b92b49046c Mon Sep 17 00:00:00 2001 From: tuntoja Date: Mon, 8 Apr 2024 17:24:15 +0200 Subject: [PATCH] fix --- .github/actions/release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 11a93bfadd0..f5f26b3ac72 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -111,7 +111,7 @@ runs: echo "::notice::Tagging stable branch with $TAG." else echo "::error::Release tag $TAG already exists, exiting." - exit 1 + #exit 1 fi done shell: bash