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 6514a85 commit 4e6efbdCopy full SHA for 4e6efbd
tag-version/action.yml
@@ -35,7 +35,7 @@ runs:
35
- name: Tag the version
36
uses: mongodb-labs/drivers-github-tools/git-sign@v3
37
with:
38
- command: git tag -a \"${{ env.TAG }}\" -m \"${{ env.TAG_MESSAGE }}\" -s --local-user=${{ env.GPG_KEY_ID }}
+ command: git tag -a "${{ env.TAG }}" -m "${{ env.TAG_MESSAGE }}" -s --local-user=${{ env.GPG_KEY_ID }}
39
ecr_repository: ${{ inputs.ecr_repository }}
40
- name: Verify the tag
41
shell: bash -eux {0}
0 commit comments