Skip to content

Commit

Permalink
Merge pull request davidallendj#12 from OpenCHAMI/main
Browse files Browse the repository at this point in the history
Update main
  • Loading branch information
davidallendj authored Apr 26, 2024
2 parents 890a268 + 5aefc2f commit 5825273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ changelog:
# github:
# name_template: "{{.Version}}"
# prerelease: auto
# mode: append
# mode: append

0 comments on commit 5825273

Please sign in to comment.