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
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent cff3f15 commit eedd2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: git fetch --prune --unshallow
- name: Build (Snapshot)
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
with:
version: latest
Expand All @@ -54,7 +54,7 @@ jobs:
name: dist
path: dist/*
- name: Release
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
Expand Down

0 comments on commit eedd2dc

Please sign in to comment.