diff --git a/.github/workflows/create-release-draft.yml b/.github/workflows/create-release-draft.yml index 9bfcaf9571..4a8f6f9c3e 100644 --- a/.github/workflows/create-release-draft.yml +++ b/.github/workflows/create-release-draft.yml @@ -122,10 +122,10 @@ jobs: # seems to be the only way to achieve this needs: - set-release-type - - build-parachain-runtime + - build-parachain-client if: | !failure() && - (success('build-parachain-runtime')) + (success('build-parachain-client')) steps: - name: Checkout codes on ${{ env.RELEASE_TAG }} uses: actions/checkout@v4