Skip to content

Commit

Permalink
fix: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
IiiigorGG committed Jul 22, 2021
1 parent 1fd25d8 commit f02d40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
run: npm install && npm install --save-dev semantic-release @semantic-release/changelog @semantic-release/git -D
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit f02d40b

Please sign in to comment.