Skip to content

Commit

Permalink
fix: update npm publish command to include --access public
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNaubit committed Mar 5, 2024
1 parent ef8b106 commit f17ee59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Build
run: npm run build

- name: Publish package on NPM 📦
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f17ee59

Please sign in to comment.