Skip to content

Commit

Permalink
Set publishing workflow to public
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpopus committed Sep 2, 2023
1 parent 6ad2dd7 commit 77e81e2
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 @@ -16,6 +16,6 @@ jobs:
- run: yarn install
#- run: yarn test
- run: yarn build
- run: yarn publish
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 77e81e2

Please sign in to comment.