Skip to content

Commit

Permalink
Update build_release.yml
Browse files Browse the repository at this point in the history
Removing broken attestation for the moment and adding a manual workflow trigger
  • Loading branch information
alexlovelltroy authored Apr 24, 2024
1 parent 8d3e108 commit 78ef71e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Release with goreleaser

on:
workflow_dispatch:
push:
tags:
- v*
Expand Down Expand Up @@ -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

0 comments on commit 78ef71e

Please sign in to comment.