We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9d300 commit bd9bcabCopy full SHA for bd9bcab
.github/workflows/update-action-tag.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Create a new signed tag
42
uses: ./git-sign
43
with:
44
- command: git tag -a \"v${{ 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 }}
45
46
- name: Push the tag
47
run:
0 commit comments