Skip to content

Commit 7db6064

Browse files
authored
Fix version name in update tag workflow (#23)
1 parent 318b38b commit 7db6064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-action-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Create a new signed tag
4141
uses: ./git-sign
4242
with:
43-
command: git tag -a \"${{ env.VERSION }}\" -m \"Update tag\" -s --local-user=${{ env.GPG_KEY_ID }}
43+
command: git tag -a \"v${{ env.VERSION }}\" -m \"Update tag\" -s --local-user=${{ env.GPG_KEY_ID }}
4444

4545
- name: Push the tag
4646
run:

0 commit comments

Comments
 (0)