Skip to content

Commit

Permalink
lint fix 4300
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed May 22, 2024
1 parent c06ff69 commit f638b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- if: true
name: Get release version and release package file name
run: |
PACKAGE_VERSION=$(jq '.version' package.json | tr -d '"')"
echo "PACKAGE_VERSION=${PACKAGE_VERSION} >> "$GITHUB_ENV"
echo "PACKAGE_FILE=bson-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
PACKAGE_VERSION=$(jq '.version' package.json | tr -d '"')
echo "PACKAGE_VERSION=${PACKAGE_VERSION}" >> "$GITHUB_ENV"
echo "PACKAGE_FILE=mongodb-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
- if: true
name: Create detached signature
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@main
Expand Down

0 comments on commit f638b9d

Please sign in to comment.