Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecesr committed Sep 26, 2024
1 parent 26d5af3 commit a598932
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 @@ -17,6 +17,8 @@ jobs:

- name: Use Node.js
uses: actions/setup-node@v4
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
always-auth: true
node-version: '20.x'
Expand All @@ -26,5 +28,3 @@ jobs:
- run: cat .npmrc
- run: yarn --frozen-lockfile
- run: yarn release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a598932

Please sign in to comment.