mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-13 14:58:17 +01:00
disable tmate
This commit is contained in:
parent
aaf4cc47bb
commit
10badf538d
10
.github/workflows/slsa-releaser.yml
vendored
10
.github/workflows/slsa-releaser.yml
vendored
@ -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/')
|
||||
|
Loading…
Reference in New Issue
Block a user