We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8d234 commit 67fc782Copy full SHA for 67fc782
.github/workflows/npm-publish.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
node-version: 14
29
registry-url: https://registry.npmjs.org/
30
+ - run: yarn install
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments