Skip to content

Commit

Permalink
fix(release): Set NPM_TOKEN env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian7843 committed Sep 7, 2021
1 parent 0037b80 commit 6e4a156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Release
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit 6e4a156

Please sign in to comment.