diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33ceb19..f9b4db7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,9 @@ jobs: create-release: runs-on: ubuntu-latest - needs: check-main-branch + needs: + - check-main-branch + - build-book if: ${{ needs.check-main-branch.outputs.contains == 'true' }} steps: - uses: actions/checkout@v4