Skip to content

Commit

Permalink
fix: make goreleaser config valid for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Oct 22, 2024
1 parent 59d22ba commit 0ed8d22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
with:
go-version-file: 'go.mod'
- uses: docker/setup-qemu-action@v2
- uses: goreleaser/goreleaser-action@v2
- uses: goreleaser/goreleaser-action@v6
with:
args: release --clean --skip-sign --skip-validate
args: release --clean --skip=sign,validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
docs:
Expand Down
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- id: otfd
ldflags:
Expand Down Expand Up @@ -143,6 +144,6 @@ release:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
skip: true
disable: true

0 comments on commit 0ed8d22

Please sign in to comment.