Skip to content

Commit 09bf081

Browse files
committed
Fix release scripts
1 parent a305845 commit 09bf081

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
node-version: 12
2929
registry-url: https://registry.npmjs.org/
30+
- run: npm install json -g
3031
- run: npm install
3132
- run: npm publish
3233
env:
@@ -44,6 +45,7 @@ jobs:
4445
with:
4546
node-version: 12
4647
registry-url: https://npm.pkg.github.com/
48+
- run: npm install json -g
4749
- run: npm install
4850
- run: npm publish
4951
env:

0 commit comments

Comments
 (0)