mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-29 11:33:12 +02:00
This reverts commit 8ae0983003.
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
echo "PACKAGE_FILE=mongodb-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
|
||||
|
||||
- name: "Create detached signature for PECL package"
|
||||
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v2
|
||||
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
|
||||
with:
|
||||
filenames: ${{ env.PACKAGE_FILE }}
|
||||
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
|
||||
@@ -146,7 +146,7 @@ jobs:
|
||||
php_mongodb.pdb
|
||||
|
||||
- name: "Create detached DLL signature"
|
||||
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v2
|
||||
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
|
||||
with:
|
||||
filenames: php_mongodb.dll
|
||||
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
|
||||
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
# our tag and creates the release tag. This is run inside the container in
|
||||
# order to create signed git artifacts
|
||||
- name: "Create package commit and release tag"
|
||||
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v2
|
||||
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v1
|
||||
with:
|
||||
command: "$(pwd)/.github/workflows/commit-and-tag.sh ${{ env.PACKAGE_VERSION }} ${{ vars.GPG_KEY_ID }} tag-message"
|
||||
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
|
||||
# Create a signed "back to -dev" commit, again inside the container
|
||||
- name: "Create dev commit"
|
||||
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v2
|
||||
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v1
|
||||
with:
|
||||
# Setup can be skipped as it was already done before
|
||||
skip_setup: true
|
||||
|
||||
Reference in New Issue
Block a user