Skip to content

Commit

Permalink
Remove an extra quote in the deploy script (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Aug 30, 2022
1 parent 5821df1 commit bec175e
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 @@ -327,7 +327,7 @@ jobs:
jq --arg version ${{ steps.version.outputs.version }} '
.version |= $version
' > package.json.tmp &&
mv package.json.tmp ""npm/$dir/package.json"
mv package.json.tmp "npm/$dir/package.json"
done
# Update main package version and dependencies on binary packages
Expand Down

0 comments on commit bec175e

Please sign in to comment.