Merge pull request #17 from furality/rename_env
ci(release): use NODE_AUTH_TOKEN
This commit is contained in:
commit
539778ab04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -43,5 +43,5 @@ jobs:
|
|||
id: release
|
||||
uses: ahmadnassri/action-semantic-release@v2.2.3
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue