Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Dec 8, 2022
1 parent b8a9c57 commit c1f7e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
${{steps.get-versions.outputs.pkg}} run build
tmp=$(mktemp)
jq --arg version "${{ github.event.release.tag_name }}" '.version = $version' package.json > $tmp
mv $tmp > package.json
mv $tmp package.json
echo version=$(jq -r '.version' package.json) >> $GITHUB_OUTPUT
- name: Publish
Expand Down

0 comments on commit c1f7e7b

Please sign in to comment.