From 3d664fc76af63ce0764ddeabe91ed0908a2455b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:47:36 +0100 Subject: [PATCH] Update release workflow to be v2 compatible (#3375) (#3376) This was missed as part of #3347 (cherry picked from commit a7a0a823ea881224692cae3f23c935911d48796e) Co-authored-by: Christian Simon --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80b53e16ff..d06a80a0af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: # either 'goreleaser' (default) or 'goreleaser-pro': distribution: goreleaser version: latest - args: release --rm-dist --timeout 60m + args: release --clean --timeout 60m env: GITHUB_TOKEN: ${{ steps.app-goreleaser.outputs.token }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro'