Skip to content

Commit 7c1ce85

Browse files
StanFromIrelandpganssle
authored andcommitted
Remove 'v' from tags in auto-tag.yml
1 parent 77a9c09 commit 7c1ce85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
run: |
3737
git config user.name "github-actions[bot]"
3838
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
39-
git tag "v${{ steps.version.outputs.version }}"
40-
git push origin "v${{ steps.version.outputs.version }}"
39+
git tag "${{ steps.version.outputs.version }}"
40+
git push origin "${{ steps.version.outputs.version }}"

0 commit comments

Comments
 (0)