mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-19 19:17:01 -07:00
commit
5825273f0c
2 changed files with 2 additions and 5 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
|
||||
|
|
@ -53,4 +53,4 @@ changelog:
|
|||
# github:
|
||||
# name_template: "{{.Version}}"
|
||||
# prerelease: auto
|
||||
# mode: append
|
||||
# mode: append
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue