Skip to content

Commit f638b9d

Browse files
lint fix 4300
1 parent c06ff69 commit f638b9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- if: true
3131
name: Get release version and release package file name
3232
run: |
33-
PACKAGE_VERSION=$(jq '.version' package.json | tr -d '"')"
34-
echo "PACKAGE_VERSION=${PACKAGE_VERSION} >> "$GITHUB_ENV"
35-
echo "PACKAGE_FILE=bson-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
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"
3636
- if: true
3737
name: Create detached signature
3838
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@main

0 commit comments

Comments
 (0)