Skip to content

Commit

Permalink
upgrade goreleaser action to v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaguerta committed Jun 24, 2024
1 parent 387cb16 commit d5da3ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
go-version-file: '.go-version'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
distribution: goreleaser
version: latest
args: release --clean
env:
Expand Down

0 comments on commit d5da3ad

Please sign in to comment.