From feb67ff8dcb781f13b7033a8e8b77427f5b20ee9 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 13 Jun 2023 13:38:08 -0400 Subject: [PATCH] Managed by Terraform: Update release.yml github workflow --- .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 7a63e3d9..8c0734f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0 with: version: latest - args: release --rm-dist + args: release --clean --timeout 120m env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}