Skip to content

Commit

Permalink
ci(release): ensure release build works with goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimehk committed Jul 19, 2024
1 parent 6ddc061 commit b124882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
version: "~> v2"
# Skip announce and publish, release please will already have handled
# that. We just want to build the binaries for use in the docker build
# step.
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
before:
hooks:
- go mod tidy
Expand Down

0 comments on commit b124882

Please sign in to comment.