Skip to content

Commit 593c773

Browse files
authored
Update npm-publish.yml
1 parent 4d6ac48 commit 593c773

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
node-version: 16
1818
registry-url: https://registry.npmjs.org/
19+
20+
- run: npm install
1921

2022
- if: "!github.event.release.prerelease"
2123
run: npm publish
@@ -25,4 +27,4 @@ jobs:
2527
- if: "github.event.release.prerelease"
2628
run: npm publish --tag next
2729
env:
28-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
30+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)