Skip to content

Commit

Permalink
Merge pull request #2 from ezequielramos/main
Browse files Browse the repository at this point in the history
adding access public
  • Loading branch information
ezequielramos authored Apr 21, 2024
2 parents 1fc07bf + 91f7b83 commit c09efcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit c09efcd

Please sign in to comment.