Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
ci(github): add missing public access in publish job (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele authored Aug 1, 2021
1 parent edce6cc commit 81c6f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: 16
- run: yarn
- run: yarn build
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 81c6f99

Please sign in to comment.