Skip to content

Commit

Permalink
Check NPM_TOKEN for token
Browse files Browse the repository at this point in the history
  • Loading branch information
devbyray committed Nov 28, 2023
1 parent 3ef9d91 commit fd9a4e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/yarn-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
registry-url: 'https://registry.npmjs.org'
always-auth: true
- run: npm ci
- run: npm run build
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}


0 comments on commit fd9a4e6

Please sign in to comment.