mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Re-enable SLSA verification now that we've updated the SLSA version throughout the repo
This commit is contained in:
parent
2b83b4c3f0
commit
2c9dc48977
10
.github/workflows/slsa-releaser.yml
vendored
10
.github/workflows/slsa-releaser.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user