mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-23 06:38:52 +01:00
Run SLSA validation with the production release of hishtory too
This commit is contained in:
parent
9ea10d2fcd
commit
5cebea00af
5
.github/workflows/slsa-releaser.yml
vendored
5
.github/workflows/slsa-releaser.yml
vendored
@ -217,7 +217,10 @@ jobs:
|
||||
name: hishtory-darwin-arm64-unsigned
|
||||
- name: Validate Release
|
||||
run: |
|
||||
go build; ./hishtory install
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user