fix: add tmate for debugging

This commit is contained in:
Derrick Hammer 2023-06-25 03:22:59 -04:00
parent cfd6adc65f
commit 6c29e968dc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 0 deletions

View File

@ -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