We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d499655 commit f20ffcdCopy full SHA for f20ffcd
.github/workflows/npm-publish.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
node-version: 12
16
registry-url: https://registry.npmjs.org/
17
+ - run: yarn install
18
- run: npm publish
19
env:
20
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments