Skip to content

Commit bd9bcab

Browse files
authored
DRIVERS-3232 Fix tag update command (#96)
1 parent 0e9d300 commit bd9bcab

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)