From e375cb26540ea68835190eb408467cbf812336b0 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Fri, 30 Dec 2022 05:54:07 +0300 Subject: [PATCH] :construction_worker: Remove `needs: [docker-manifest]` from `release.yml` --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3dd22a40..4ee93632d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,6 @@ jobs: cli: name: Build the CLI and publish runs-on: ubuntu-latest - needs: [docker-manifest] steps: - name: Set up Go 1.17 uses: actions/setup-go@v2