From 5c1d085065fad8d21587ee2e3bfcf772c7399dd1 Mon Sep 17 00:00:00 2001 From: Frederik Berlaen Date: Tue, 12 Mar 2024 23:13:24 +0100 Subject: [PATCH] Update pr_to_tag.yml --- .github/workflows/pr_to_tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_to_tag.yml b/.github/workflows/pr_to_tag.yml index 9569edc..9632480 100644 --- a/.github/workflows/pr_to_tag.yml +++ b/.github/workflows/pr_to_tag.yml @@ -26,6 +26,6 @@ jobs: echo "Tag ${{ steps.info-action.outputs.version }} exists" else echo "Create tag ${{ steps.info-action.outputs.version }}" - git tag ${{ steps.info-action.outputs.version }} + git tag -a ${{ steps.info-action.outputs.version }} -= "Version ${{ steps.info-action.outputs.version }}" git push --follow-tags fi