diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce7a69a..7d9a867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: build: runs-on: ubuntu-latest - needs: next-version + needs: get-next-version if: needs.get-next-version.outputs.new-release-published == 'true' steps: - uses: actions/checkout@v3