Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: write
id-token: write

jobs:
release:
Expand All @@ -29,6 +30,8 @@ jobs:
config: cliff.toml
args: --latest --strip header --output CHANGELOG.md

- uses: sigstore/cosign-installer@v3
Comment thread
danmrichards marked this conversation as resolved.
Outdated

- uses: goreleaser/goreleaser-action@v6
with:
version: "~> v2"
Expand Down
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ archives:
checksum:
name_template: "checksums.txt"

signs:
- cmd: cosign
signature: "${artifact}.sigstore.json"
args:
- "sign-blob"
- "--bundle=${signature}"
- "${artifact}"
- "--yes"
artifacts: checksum

homebrew_casks:
- name: runware
homepage: https://runware.ai
Expand Down