From 8bcaab1401ee41f07c2b80c24d295925a83c369c Mon Sep 17 00:00:00 2001 From: stackit-pipeline <142982727+stackit-pipeline@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:55:07 +0200 Subject: [PATCH] chore(deps): update goreleaser/goreleaser-action action to v6 (#407) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update goreleaser/goreleaser-action action to v6 * Update deprecated field in .goreleaser.yaml * Update goreleaser configuration version --------- Co-authored-by: Renovate Bot Co-authored-by: João Palet --- .github/workflows/release.yaml | 2 +- .goreleaser.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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