Skip to content

Commit

Permalink
fix: that wasn't right
Browse files Browse the repository at this point in the history
  • Loading branch information
MKRhere committed Aug 3, 2023
1 parent 73e8d4e commit 8dbdd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Publish to npm
run : |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --ignore-scripts
npm publish --ignore-scripts --access=public
env :
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} --access=public
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8dbdd78

Please sign in to comment.