Skip to content

Commit 4e6efbd

Browse files
authored
DRIVERS-3232 Fix tag command (#91)
1 parent 6514a85 commit 4e6efbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tag-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
- name: Tag the version
3636
uses: mongodb-labs/drivers-github-tools/git-sign@v3
3737
with:
38-
command: git tag -a \"${{ env.TAG }}\" -m \"${{ env.TAG_MESSAGE }}\" -s --local-user=${{ env.GPG_KEY_ID }}
38+
command: git tag -a "${{ env.TAG }}" -m "${{ env.TAG_MESSAGE }}" -s --local-user=${{ env.GPG_KEY_ID }}
3939
ecr_repository: ${{ inputs.ecr_repository }}
4040
- name: Verify the tag
4141
shell: bash -eux {0}

0 commit comments

Comments
 (0)