Skip to content

Commit e12d617

Browse files
committed
chore: update workflows config.
1 parent 029384c commit e12d617

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ 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: |
21+
node -e 'var pkg = require("./package.json"); pkg.version="@uiwjs/reset-css"; pkg.publishConfig = { "registry": "https://npm.pkg.github.com/" }; require("fs").writeFileSync("./package.json", JSON.stringify(pkg, null, 2))'
22+
2123
- run: npm install
2224
- run: ls -al
2325
- run: cat ./package.json

0 commit comments

Comments
 (0)