← back to Cli Printing Press
chore(ci): clean up release workflow warnings (#679)
823412df3436420afa7076cf8e964738eb419a0f · 2026-05-07 08:58:49 -0700 · Trevin Chow
Files touched
M .github/workflows/release.ymlM .goreleaser.yaml
Diff
commit 823412df3436420afa7076cf8e964738eb419a0f
Author: Trevin Chow <trevin@trevinchow.com>
Date: Thu May 7 08:58:49 2026 -0700
chore(ci): clean up release workflow warnings (#679)
---
.github/workflows/release.yml | 6 ++++--
.goreleaser.yaml | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 24fc3777..501f7926 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- - uses: googleapis/release-please-action@v4
+ - uses: googleapis/release-please-action@v5
id: release
with:
# Fall back to GITHUB_TOKEN when RELEASE_PLEASE_TOKEN is unset.
@@ -50,9 +50,11 @@ jobs:
cache: true
cache-dependency-path: go.sum
+ - uses: sigstore/cosign-installer@v4.1.0
+
- uses: goreleaser/goreleaser-action@v7
with:
- version: latest
+ version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 1bdea985..fdb053d3 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -21,7 +21,7 @@ builds:
archives:
- id: printing-press
- builds:
+ ids:
- printing-press
formats:
- tar.gz
← 2ceed889 chore(main): release 4.0.1 (#678)
·
back to Cli Printing Press
·
fix(skills): align publish with library-backed skill mirror 96420323 →