From 680187add507ee3cf8b1db0ecb2a0954decf4ab7 Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Tue, 26 Mar 2024 12:11:37 +0100 Subject: [PATCH] publish-check and publish never run together --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3f58824b3..a92b18fdc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,6 @@ jobs: publish: if: github.ref_type == 'tag' - needs: publish-check name: Publish to crates.io runs-on: ubuntu-latest steps: @@ -56,7 +55,6 @@ jobs: gh-release: if: github.ref_type == 'tag' needs: - - publish-check - publish name: Create GitHub release runs-on: ubuntu-latest