fix: add tmate for debugging
This commit is contained in:
parent
cfd6adc65f
commit
6c29e968dc
|
@ -23,3 +23,8 @@ jobs:
|
|||
known_hosts: ${{ secrets.GITEA_KNOWN_HOST }}
|
||||
- name: Publish
|
||||
run: npm run semantic-release
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled && failure() }}
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
|
|
Loading…
Reference in New Issue