We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 691115b + fac935a commit 2c0c2b8Copy full SHA for 2c0c2b8
1 file changed
.github/workflows/npm-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: yarn build:all
21
- run: yarn workspace @hawk.so/javascript npm publish --access=public
22
env:
23
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
notify:
25
needs: publish
26
runs-on: ubuntu-latest
0 commit comments