Skip to content

Commit

Permalink
fix(release.yml): re-added GH_TOKEN after addking it to CI secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
vantaboard committed Oct 7, 2021
1 parent 52e4974 commit ac0b21b
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 @@ -20,5 +20,6 @@ jobs:
run: yarn install --frozen-lockfile
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx dotenv semantic-release

0 comments on commit ac0b21b

Please sign in to comment.