Skip to content

Commit

Permalink
Debugging the github workflow (#67)
Browse files Browse the repository at this point in the history
fix(actions): update token name
  • Loading branch information
protoEvangelion committed Sep 2, 2021
1 parent c44e6da commit 027431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: npm ci
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 027431d

Please sign in to comment.