Skip to content

Commit

Permalink
Update .github/workflows/publish-release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Henningsen <anna.henningsen@mongodb.com>
  • Loading branch information
nirinchev and addaleax authored Nov 19, 2024
1 parent a640290 commit efffeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Read Version
id: get-version
run: |
echo "package_version=$(cat package.json | jq '.version' | tr -d '"')" >> $GITHUB_OUTPUT
echo "package_version=$(cat package.json | jq -r '.version')" >> $GITHUB_OUTPUT
- name: Find Release PR
id: find-pull-request
Expand Down

0 comments on commit efffeb8

Please sign in to comment.