From 0ccb0eee51b33c57ce194dc2544d0ad2ed1dfbe6 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 29 Nov 2023 13:58:14 +0100 Subject: [PATCH] Remove unrecognised commit name for tagging --- .github/workflows/prepare-patch-release-branch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/prepare-patch-release-branch.yml b/.github/workflows/prepare-patch-release-branch.yml index 6da774b9fa..70facea6fd 100644 --- a/.github/workflows/prepare-patch-release-branch.yml +++ b/.github/workflows/prepare-patch-release-branch.yml @@ -53,6 +53,5 @@ jobs: with: name: AliPhysics-${{ github.event.inputs.tag }}-01 tag: AliPhysics-${{ github.event.inputs.tag }}-01 - commit: AliPhysics-${{ github.event.inputs.tag }}-01 draft: false prerelease: false