Skip to content

Commit

Permalink
feat: upgrade goreleaser to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Runrioter committed Jan 14, 2025
1 parent df0e1ed commit 0038841
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
- "v*.*.*"

jobs:

release:
goreleaser:
name: Release
runs-on: ubuntu-latest
steps:
Expand All @@ -26,9 +25,9 @@ jobs:
run: make build

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

0 comments on commit 0038841

Please sign in to comment.