Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
clFaster committed Dec 21, 2024
1 parent 060c26a commit 5885877
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
echo "VERSION=${{ inputs.VERSION }}" >> $GITHUB_OUTPUT
fi
- name: Update Version
run: |
jq --arg version "${{steps.determine-version.outputs.VERSION}}" '.version = $version' package.json > temp.json && mv temp.json package.json
cd addon
jq --arg version "${{steps.determine-version.outputs.VERSION}}" '.version = $version' manifest.json > temp.json && mv temp.json manifest.json
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 5885877

Please sign in to comment.