From e685377fef0b639e1a2cb640fa184c829d23e136 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 21be06250cd..bce9de96e99 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -118,7 +118,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