Skip to content

Commit fe91f96

Browse files
authored
Use stable version of release tooling (#1323)
1 parent 8343c67 commit fe91f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

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

0 commit comments

Comments
 (0)