Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit bec175e

Browse files
authored
Remove an extra quote in the deploy script (#110)
1 parent 5821df1 commit bec175e

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
@@ -327,7 +327,7 @@ jobs:
327327
jq --arg version ${{ steps.version.outputs.version }} '
328328
.version |= $version
329329
' > package.json.tmp &&
330-
mv package.json.tmp ""npm/$dir/package.json"
330+
mv package.json.tmp "npm/$dir/package.json"
331331
done
332332
333333
# Update main package version and dependencies on binary packages

0 commit comments

Comments
 (0)