From 8cfabb857dbc29a7928427021544175df7d0e95a Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 2 Feb 2025 13:47:12 -0800 Subject: [PATCH] Drop validate straight into tmate for debugging --- .github/workflows/slsa-releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index e4e9120..4bf8420 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -224,7 +224,7 @@ jobs: unset HISHTORY_TEST mv hishtory-darwin-amd64/hishtory-darwin-amd64 /tmp/t; rm -r hishtory-darwin-amd64; mv /tmp/t hishtory-darwin-amd64 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 - name: Setup tmate session if: ${{ failure() }}