Skip to content

Commit

Permalink
chore: update publish.yml for public package
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Aug 19, 2024
1 parent 382aa53 commit 2898ed7
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 @@ -52,6 +52,6 @@ jobs:

- name: Publish
# npm publish will trigger the build via the prepack hook
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_WOMBOT_TOKEN }}

0 comments on commit 2898ed7

Please sign in to comment.