From 24c8e3e4cf092dc347f90c6621238d86f0001f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 9 Jan 2023 19:14:59 +0300 Subject: [PATCH] chore(cd): parallelize releasing on crates.io --- .github/workflows/cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cf4c11f03f..1ec27d2235 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -297,7 +297,6 @@ jobs: publish-crates-io: name: Publish on crates.io - needs: publish-binaries runs-on: ubuntu-20.04 steps: - name: Checkout