Skip to content

Commit ee3c194

Browse files
wording fix
1 parent f638b9d commit ee3c194

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
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
PACKAGE_VERSION=$(jq '.version' package.json | tr -d '"')
3434
echo "PACKAGE_VERSION=${PACKAGE_VERSION}" >> "$GITHUB_ENV"
35-
echo "PACKAGE_FILE=mongodb-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
35+
echo "PACKAGE_FILE=bson-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
3636
- if: true
3737
name: Create detached signature
3838
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@main

0 commit comments

Comments
 (0)