Skip to content

Commit

Permalink
ci: fix another bruh mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 7, 2023
1 parent a857149 commit 2cffe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo "version=${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ github.event.inputs.nightly && steps.date.outputs.date || steps.version.outputs.patch }}" >> $GITHUB_OUTPUT

- name: Replace version in package.json
run:
run: |
tempfile=$(mktemp)
jq --arg version "${{ steps.version-string.outputs.version }}" '.version = $version' package.json > $tempfile
mv $tempfile package.json
Expand Down

0 comments on commit 2cffe50

Please sign in to comment.