Skip to content

Commit 9867ae0

Browse files
committed
Use stable version of release tooling
1 parent 55d8933 commit 9867ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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)