Skip to content

Commit

Permalink
fix(ci): npm auth
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrompier committed Oct 30, 2023
1 parent 18302bc commit 78a47cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@ jobs:

- name: Setup node
uses: actions/setup-node@v4
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
node-version: 20.x
registry-url: https://registry.npmjs.org/

- name: Update version
shell: bash
Expand Down

0 comments on commit 78a47cf

Please sign in to comment.