Skip to content

Commit

Permalink
Use stable version of release tooling (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored May 22, 2024
1 parent 8343c67 commit fe91f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

# This step creates the signed release tag
- name: "Create release tag"
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@main
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v1
with:
command: "git tag -m 'Release ${{ inputs.version }}' -s --local-user=${{ vars.GPG_KEY_ID }} ${{ inputs.version }}"
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
Expand Down

0 comments on commit fe91f96

Please sign in to comment.