Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Luizrebelatto committed Jun 11, 2024
2 parents 10d25d0 + cd4f884 commit d3f2b63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:

- name: Install dependencies
run: npm install --force

- name: Authenticate to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc

- name: Publish to npm
env:
Expand Down

0 comments on commit d3f2b63

Please sign in to comment.