Restore semantic release env vars
This commit is contained in:
parent
a89a5afeae
commit
1beda55f27
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -26,3 +26,6 @@ jobs:
|
||||
- run: bash <(curl -s https://codecov.io/bash)
|
||||
- name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@v2
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user