Skip to content

Commit

Permalink
publish --access public in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Jun 25, 2023
1 parent af2f3db commit b3df6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn build
- run: yarn publish
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b3df6ae

Please sign in to comment.