Skip to content

Commit

Permalink
change token var name
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecesr committed Sep 26, 2024
1 parent a381175 commit 324ab9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
registry-url: https://registry.npmjs.org
scope: '@felipecesr'
cache: 'yarn'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn --frozen-lockfile
- run: yarn release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 324ab9b

Please sign in to comment.