Skip to content

Commit

Permalink
internal/ci: update goreleaser version for v0.9.0
Browse files Browse the repository at this point in the history
To pick up a fix for a regression where release.draft was being ignored:

    goreleaser/goreleaser#4862

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I05732df79aa9fb6ae6b42f8ecfb88f033b9d5bdf
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1194874
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.io>
  • Loading branch information
mvdan committed May 17, 2024
1 parent 05453ff commit 27689d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
install-only: true
version: v1.26.0
version: v1.26.1
- name: Run GoReleaser with CUE
run: cue cmd release
working-directory: ./internal/ci/goreleaser
Expand Down
2 changes: 1 addition & 1 deletion internal/ci/repo/repo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ latestStableGo: "1.22.x"
// so we instead pin a specific Go release.
pinnedReleaseGo: "1.22.3"

goreleaserVersion: "v1.26.0"
goreleaserVersion: "v1.26.1"

// zeroReleaseTagSuffix is the suffix used to identify all "zero" releases.
// When we create a release branch for v0.$X.0, it's likely that commits on the
Expand Down

0 comments on commit 27689d2

Please sign in to comment.