From 17f0c5720fa7dc929618f18cf7e67725a43a413d Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 24 Mar 2024 20:54:48 -0700 Subject: [PATCH] Re-enable SLSA verification now that we've updated the SLSA version throughout the repo --- .github/workflows/slsa-releaser.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index 809ea44..aa3a167 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -217,11 +217,11 @@ jobs: name: hishtory-darwin-arm64-unsigned - name: Validate Release run: | - # export HISHTORY_TEST=1 - # curl https://hishtory.dev/install.py | python3 - - # unset HISHTORY_TEST - # go build - # python3 scripts/actions-validate.py + export HISHTORY_TEST=1 + curl https://hishtory.dev/install.py | python3 - + unset HISHTORY_TEST + go build + python3 scripts/actions-validate.py echo DONE > hishtory-release-validation-completed - name: Release uses: softprops/action-gh-release@v1