Skip to content

Commit

Permalink
Update goreleaser/goreleaser-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent e67786d commit 97139d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Run GoReleaser in dry run-mode
if: startsWith(github.ref, 'refs/heads/main') == false
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: build --clean
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Run GoReleaser
if: startsWith(github.ref, 'refs/heads/main') == true
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
Expand Down

0 comments on commit 97139d3

Please sign in to comment.