There was an error while loading. Please reload this page.
1 parent 318b38b commit 7db6064Copy full SHA for 7db6064
.github/workflows/update-action-tag.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Create a new signed tag
41
uses: ./git-sign
42
with:
43
- command: git tag -a \"${{ env.VERSION }}\" -m \"Update tag\" -s --local-user=${{ env.GPG_KEY_ID }}
+ command: git tag -a \"v${{ env.VERSION }}\" -m \"Update tag\" -s --local-user=${{ env.GPG_KEY_ID }}
44
45
- name: Push the tag
46
run:
0 commit comments