Skip to content

Commit

Permalink
Add tmate debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Feb 2, 2025
1 parent 3e9be81 commit 417c2e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/slsa-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ jobs:
unset HISHTORY_TEST
python3 scripts/actions-validate.py
echo DONE > hishtory-release-validation-completed
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 417c2e9

Please sign in to comment.