fix: add NPM_TOKEN env
This commit is contained in:
parent
3cfb17ea27
commit
ccd781b08f
|
@ -22,6 +22,8 @@ jobs:
|
||||||
known_hosts: ${{ secrets.GITEA_KNOWN_HOST }}
|
known_hosts: ${{ secrets.GITEA_KNOWN_HOST }}
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: npm run semantic-release
|
run: npm run semantic-release
|
||||||
|
env:
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled && failure() }}
|
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled && failure() }}
|
||||||
|
|
Loading…
Reference in New Issue