Skip to content

Commit

Permalink
Update goreleaser/goreleaser-action action to v5 (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 25, 2023
1 parent 158f921 commit fe5d34f
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 @@ -85,7 +85,7 @@ jobs:
if: github.event_name == 'push'

- name: Test GoReleaser
uses: goreleaser/goreleaser-action@v4.6.0
uses: goreleaser/goreleaser-action@v5.0.0
with:
version: latest
args: --snapshot --skip-publish --rm-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
docker buildx imagetools inspect ghcr.io/maruina/go-infrabin:${{ steps.tagName.outputs.tag }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4.6.0
uses: goreleaser/goreleaser-action@v5.0.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit fe5d34f

Please sign in to comment.