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 78a7b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
key: node_modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 78a7b92

Please sign in to comment.