From 06a38cb8b976af88d4201cc777a57443f3de9364 Mon Sep 17 00:00:00 2001 From: H1rono Date: Sun, 19 May 2024 23:40:38 +0900 Subject: [PATCH] Fix release GHA --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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