diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 284f490d..585d0ba3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: args: release --clean env: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f716d4c5..75277da0 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -3,6 +3,8 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 + builds: - env: # goreleaser does not work with CGO, it could also complicate @@ -56,4 +58,4 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: true \ No newline at end of file + disable: true \ No newline at end of file