Skip to content

Commit

Permalink
Update to goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 23, 2024
1 parent edc8e7d commit 9a8aab0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ runs:
go-version: ${{ inputs.go_version }}
cache: true
- name: Setup GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
install-only: true
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Build
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
args: release --skip-publish --skip-sign --snapshot --timeout=60m
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Release
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
args: release --timeout=60m
env:
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
version: 2

release:
prerelease: auto

changelog:
skip: true
disable: true

signs:
- artifacts: checksum
Expand Down

0 comments on commit 9a8aab0

Please sign in to comment.