Skip to content

Commit

Permalink
🤦 need --access=public for scoped packages
Browse files Browse the repository at this point in the history
  • Loading branch information
r2dev2 committed Apr 5, 2023
1 parent e68f6d0 commit 83b24a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
cache: 'yarn'
- run: yarn
- run: yarn build
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 83b24a6

Please sign in to comment.