We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691115b commit fac935aCopy full SHA for fac935a
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