From 98efd3105473b4d1a18a2b8ee2a081b14cb4b7ac Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:15:31 -0700 Subject: [PATCH] Remove --id from continue command (#484) --- .github/workflows/base-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base-release.yaml b/.github/workflows/base-release.yaml index 096e67b3..c7bbad50 100644 --- a/.github/workflows/base-release.yaml +++ b/.github/workflows/base-release.yaml @@ -137,7 +137,7 @@ jobs: with: distribution: goreleaser-pro version: latest - args: continue --merge --timeout 2h --id ${{ inputs.distribution }} + args: continue --merge --timeout 2h env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COSIGN_YES: true