We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f638b9d commit ee3c194Copy full SHA for ee3c194
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
PACKAGE_VERSION=$(jq '.version' package.json | tr -d '"')
34
echo "PACKAGE_VERSION=${PACKAGE_VERSION}" >> "$GITHUB_ENV"
35
- echo "PACKAGE_FILE=mongodb-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
+ echo "PACKAGE_FILE=bson-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
36
- if: true
37
name: Create detached signature
38
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@main
0 commit comments