From 10c5151ec1cd68a95a193b091f4a73a9349625a9 Mon Sep 17 00:00:00 2001 From: oliverbeumkes-nhs Date: Thu, 19 Mar 2026 16:47:30 +0000 Subject: [PATCH] [PRM-691] remove the -a when tagging to enable signing when automatic tagging runs --- .github/workflows/automated-main-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automated-main-merge.yml b/.github/workflows/automated-main-merge.yml index e4a773ab..58ec99f1 100644 --- a/.github/workflows/automated-main-merge.yml +++ b/.github/workflows/automated-main-merge.yml @@ -31,7 +31,7 @@ jobs: echo "${floating_tag} deleted locally." git push --delete origin $floating_tag echo "${floating_tag} deleted from origin." - git tag -a $floating_tag -m "Floating tag for ${floating_tag}" + git tag $floating_tag echo "${floating_tag} re-created pointing to ${{ github.sha }}." git push origin $floating_tag echo "${floating_tag} pushed to origin."