Remove an extra quote in the deploy script (#110)

This commit is contained in:
Natalie Weizenbaum 2022-08-30 15:24:56 -07:00 committed by GitHub
parent 5821df1c2d
commit bec175e835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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