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 43d90c0 commit bc8ab0bCopy full SHA for bc8ab0b
.github/workflows/npmpublish.yml
@@ -43,7 +43,7 @@ jobs:
43
npm i -g yarn
44
yarn build
45
yarn config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
46
- yarn publish
+ npm publish
47
env:
48
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
49
CI: true
0 commit comments