From 2ff38ec4ef7dd6ec113eab6d624f80a8e2f8e0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Buben=C3=ADk?= Date: Sat, 27 Jan 2024 17:48:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Skip=20GH=20release=20if=20?= =?UTF-8?q?it=20already=20exists?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/publish/action.yml b/publish/action.yml index 21a5d06..34a38c8 100644 --- a/publish/action.yml +++ b/publish/action.yml @@ -134,6 +134,7 @@ runs: tag: ${{ steps.version.outputs.package }} body: ${{ steps.changelog.outputs.release-changelog }} token: ${{ steps.auth.outputs.token }} + skipIfReleaseExists: true - if: inputs.major-bump == 'true' run: echo -e "\n${{env.blue}}=== Update major version tag ===\n"