diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e39ea60..d78d540 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -261,7 +261,7 @@ jobs: # Create PyPI release ############################################# - name: Create PyPI release - if: steps.check-new-release.outputs.needDeploy == 'true' + if: steps.determine-if-release-needed.outputs.release == '1' env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} run: |