We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8343c67 commit fe91f96Copy full SHA for fe91f96
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
93
# This step creates the signed release tag
94
- name: "Create release tag"
95
- uses: mongodb-labs/drivers-github-tools/garasign/git-sign@main
+ uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v1
96
with:
97
command: "git tag -m 'Release ${{ inputs.version }}' -s --local-user=${{ vars.GPG_KEY_ID }} ${{ inputs.version }}"
98
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
0 commit comments