Skip to content

Commit c1f7e7b

Browse files
committed
fix typo
1 parent b8a9c57 commit c1f7e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
${{steps.get-versions.outputs.pkg}} run build
8686
tmp=$(mktemp)
8787
jq --arg version "${{ github.event.release.tag_name }}" '.version = $version' package.json > $tmp
88-
mv $tmp > package.json
88+
mv $tmp package.json
8989
echo version=$(jq -r '.version' package.json) >> $GITHUB_OUTPUT
9090
9191
- name: Publish

0 commit comments

Comments
 (0)