Re-enable SLSA verification now that we've updated the SLSA version throughout the repo

This commit is contained in:
David Dworken 2024-03-24 20:54:48 -07:00
parent 2b83b4c3f0
commit 2c9dc48977
No known key found for this signature in database

View File

@ -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