Skip to content

Commit 6031d2a

Browse files
authored
Use stable version of release tooling (#1558)
1 parent df3e69d commit 6031d2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/package-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "PACKAGE_FILE=mongodb-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
4545
4646
- name: "Create detached signature for PECL package"
47-
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@main
47+
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
4848
with:
4949
filenames: ${{ env.PACKAGE_FILE }}
5050
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
@@ -146,7 +146,7 @@ jobs:
146146
php_mongodb.pdb
147147
148148
- name: "Create detached DLL signature"
149-
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@main
149+
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
150150
with:
151151
filenames: php_mongodb.dll
152152
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# our tag and creates the release tag. This is run inside the container in
107107
# order to create signed git artifacts
108108
- name: "Create package commit and release tag"
109-
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@main
109+
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v1
110110
with:
111111
command: "$(pwd)/.github/workflows/commit-and-tag.sh ${{ env.PACKAGE_VERSION }} ${{ vars.GPG_KEY_ID }} tag-message"
112112
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
@@ -121,7 +121,7 @@ jobs:
121121

122122
# Create a signed "back to -dev" commit, again inside the container
123123
- name: "Create dev commit"
124-
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@main
124+
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v1
125125
with:
126126
# Setup can be skipped as it was already done before
127127
skip_setup: true

0 commit comments

Comments
 (0)