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 5610765 commit 4ddabedCopy full SHA for 4ddabed
.github/workflows/npmpublish.yml
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
npm i -g yarn
43
yarn config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
44
+ yarn install
45
yarn publish
46
env:
47
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments