diff --git a/.github/workflows/automatic-release.yaml b/.github/workflows/automatic-release.yaml index 4f1249f0e44..fbfc2b3f656 100644 --- a/.github/workflows/automatic-release.yaml +++ b/.github/workflows/automatic-release.yaml @@ -50,7 +50,6 @@ jobs: name: Create release & tag v${{ github.event.inputs.version }} runs-on: ubuntu-latest if: github.event.inputs.skip_create_tag_release != 'true' - needs: publish-to-pypi steps: - uses: ncipollo/release-action@v1 with: