mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Remove an extra quote in the deploy script (#110)
This commit is contained in:
parent
5821df1c2d
commit
bec175e835
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user