Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v6 (#661)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TristanHoladay <40547442+TristanHoladay@users.noreply.github.com>
  • Loading branch information
renovate[bot] and TristanHoladay committed Jun 10, 2024
1 parent bf8b8b3 commit deff157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ jobs:
repositories: homebrew-tap

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
distribution: goreleaser
version: latest
args: release --rm-dist --debug
args: release --clean --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ steps.brew-tap-token.outputs.token }}

0 comments on commit deff157

Please sign in to comment.