Skip to content

Commit

Permalink
ci: updated goreleaser-action to v6 with updates to use goreleaser v2 (
Browse files Browse the repository at this point in the history
…#326)

Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
  • Loading branch information
bbland1 authored Feb 20, 2025
1 parent 38e2300 commit de5f7c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
version: v1.3.0

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: release --rm-dist
distribution: goreleaser
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit de5f7c3

Please sign in to comment.