Skip to content

Commit d04e882

Browse files
committed
chore: update workflows config.
1 parent fc10535 commit d04e882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
registry-url: 'https://npm.pkg.github.com'
1818
scope: '@uiwjs'
1919

20-
- run: node -e 'var pkg = require("./package.json"); pkg.version='@uiwjs/reset.css'; require("fs").writeFileSync("./package.json", JSON.stringify(pkg, null, 2))'
20+
- run: node -e 'var pkg = require("./package.json"); pkg.version="@uiwjs/reset.css"; require("fs").writeFileSync("./package.json", JSON.stringify(pkg, null, 2))'
2121
- run: npm install
2222
- run: ls -al
2323
- run: npm run compile

0 commit comments

Comments
 (0)