Skip to content

Commit

Permalink
Fix substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Sep 9, 2024
1 parent c2082c3 commit a3deaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Update version in package.json
run: |
# Read the latest release version from environment variable
LATEST_VERSION="${env.LATEST_RELEASE}"
LATEST_VERSION="${{ env.LATEST_RELEASE }}"
# Update the "version" field in package.json using jq
jq --arg version "$LATEST_VERSION" '.version = $version' package.json > temp.json && mv temp.json package.json
Expand Down

0 comments on commit a3deaf7

Please sign in to comment.