1
0
mirror of https://github.com/ddworken/hishtory.git synced 2025-02-13 09:01:23 +01:00

Disable validation so we can push out a working binary even though SLSA is broken

This commit is contained in:
David Dworken 2024-03-24 14:41:04 -07:00
parent ff01d6f818
commit 6626567814
No known key found for this signature in database

View File

@ -221,7 +221,7 @@ jobs:
curl https://hishtory.dev/install.py | python3 -
unset HISHTORY_TEST
go build
python3 scripts/actions-validate.py
# python3 scripts/actions-validate.py
echo DONE > hishtory-release-validation-completed
- name: Release
uses: softprops/action-gh-release@v1