Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent a462e34 commit de299e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git checkout ./
- name: Build
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist --skip-publish --skip-validate
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
go-version: "^1.18.0"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist --release-notes=./release.md --skip-validate
Expand Down

0 comments on commit de299e4

Please sign in to comment.