mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Update build_release.yml
Removing broken attestation for the moment and adding a manual workflow trigger
This commit is contained in:
parent
8d3e1085c8
commit
78ef71e94c
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build_release.yml
vendored
5
.github/workflows/build_release.yml
vendored
|
|
@ -4,6 +4,7 @@
|
|||
name: Release with goreleaser
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
|
@ -52,7 +53,3 @@ jobs:
|
|||
echo "fs.writeFileSync('digest.txt', firstNonNullDigest);" >> process.js
|
||||
node process.js
|
||||
echo "digest=$(cat digest.txt)" >> $GITHUB_OUTPUT
|
||||
- name: Attest opaal binary
|
||||
uses: github-early-access/generate-build-provenance@main
|
||||
with:
|
||||
subject-path: opaal
|
||||
Loading…
Add table
Add a link
Reference in a new issue