disable tmate

This commit is contained in:
David Dworken 2025-02-02 21:27:16 -08:00
parent aaf4cc47bb
commit 10badf538d
No known key found for this signature in database

View File

@ -226,11 +226,11 @@ jobs:
mv hishtory-darwin-arm64/hishtory-darwin-arm64 /tmp/t; rm -r hishtory-darwin-arm64; mv /tmp/t hishtory-darwin-arm64
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: 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/')