Skip to content

Commit

Permalink
feat(goreleaser): update goreleaser-action v5->v6
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Aug 3, 2024
1 parent a0442e5 commit 5affda2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,10 @@ jobs:
id: go

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: "~> v2"
distribution: goreleaser
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
release:
draft: true
prerelease: auto
Expand Down

0 comments on commit 5affda2

Please sign in to comment.