Skip to content

Commit

Permalink
chore: Update goreleaser-action to v6 and clean release artifacts (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Jul 8, 2024
1 parent 3eaff7c commit 5e393fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
go-version: "1.22"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
distribution: goreleaser
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release Image
Expand Down

0 comments on commit 5e393fb

Please sign in to comment.