Skip to content

Commit

Permalink
fix: third time's the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
MKRhere committed Aug 3, 2023
1 parent c3c53d4 commit 73e8d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --ignore-scripts
env :
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} --access=public

0 comments on commit 73e8d4e

Please sign in to comment.