ci: variable naming
This commit is contained in:
parent
9c0c099223
commit
ab7f4dc070
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
run: yarn && yarn build
|
||||
- name: Release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: yarn semantic-release
|
||||
|
||||
|
|
Reference in a new issue