Skip to content

Commit

Permalink
fix: set correct env variable for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Domagoj Vukovic committed Nov 16, 2023
1 parent 5b50438 commit 58f4add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
key: node_modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 58f4add

Please sign in to comment.