Skip to content

Commit

Permalink
Merge pull request #9 from empathyco/npm-secret-token
Browse files Browse the repository at this point in the history
fix(workflow): publish in NPM as public
  • Loading branch information
joseacabaneros authored Oct 21, 2024
2 parents 8fcb96b + 8ee05df commit d00b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

- name: Publish package
run: npm publish
run: npm publish --access public

0 comments on commit d00b810

Please sign in to comment.