Skip to content

Commit 3bc6b73

Browse files
committed
fix syntax
1 parent c4f582f commit 3bc6b73

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Create a new signed tag
4242
uses: ./git-sign
4343
with:
44-
command: git tag -a "v${{ env.VERSION }}\" -m "Update tag" -s --local-user=${{ env.GPG_KEY_ID }}
44+
command: git tag -a "v${{ env.VERSION }}" -m "Update tag" -s --local-user=${{ env.GPG_KEY_ID }}
4545

4646
- name: Push the tag
4747
run:

0 commit comments

Comments
 (0)