mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 20:07:52 +02:00
Re-enable SLSA verification now that we've updated the SLSA version throughout the repo
This commit is contained in:
parent
d552e95054
commit
17f0c5720f
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: hishtory-darwin-arm64-unsigned
|
||||||
- name: Validate Release
|
- name: Validate Release
|
||||||
run: |
|
run: |
|
||||||
# export HISHTORY_TEST=1
|
export HISHTORY_TEST=1
|
||||||
# curl https://hishtory.dev/install.py | python3 -
|
curl https://hishtory.dev/install.py | python3 -
|
||||||
# unset HISHTORY_TEST
|
unset HISHTORY_TEST
|
||||||
# go build
|
go build
|
||||||
# python3 scripts/actions-validate.py
|
python3 scripts/actions-validate.py
|
||||||
echo DONE > hishtory-release-validation-completed
|
echo DONE > hishtory-release-validation-completed
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user