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 62a5a12 commit 32a16feCopy full SHA for 32a16fe
.github/workflows/publish-npm.yml
@@ -14,6 +14,6 @@ jobs:
14
with:
15
node-version: 12
16
registry-url: https://registry.npmjs.org
17
- - run: npm publish --access public
+ - run: yarn publish --access public
18
env:
19
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments