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 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 python3 scripts/actions-validate.py
echo DONE > hishtory-release-validation-completed echo DONE > hishtory-release-validation-completed
- name: Setup tmate session # - name: Setup tmate session
# if: ${{ failure() }} # if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3 # uses: mxschmitt/action-tmate@v3
with: # with:
limit-access-to-actor: true # limit-access-to-actor: true
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')