Skip to content

Commit

Permalink
Update goreleaser version in build.yml (#3581)
Browse files Browse the repository at this point in the history
* Update goreleaser version in build.yml

* Update goreleaser version in release.yml
  • Loading branch information
MustafaI committed May 13, 2024
1 parent 12c3e08 commit e7a4fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: v1.20.0
version: v1.24.0
args: release --snapshot --skip-sbom --skip-sign --clean
env:
DOCKER_REPO: "gresearch"
Expand Down
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:
distribution: goreleaser
version: v1.19.2
version: v1.24.0
args: "-f ./.goreleaser.yml release --clean"
env:
FULL_RELEASE: true
Expand Down

0 comments on commit e7a4fe8

Please sign in to comment.