Skip to content

Commit 67fc782

Browse files
authored
Fix package publish workflow (#490)
1 parent 1e8d234 commit 67fc782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
node-version: 14
2929
registry-url: https://registry.npmjs.org/
30+
- run: yarn install
3031
- run: npm publish
3132
env:
3233
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)