Skip to content

Commit

Permalink
Add public to npm publish
Browse files Browse the repository at this point in the history
Add public package permission to npm publish
  • Loading branch information
Janitha Tennakoon committed Dec 22, 2023
1 parent 70d5d59 commit 8c7d17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 comments on commit 8c7d17e

Please sign in to comment.