Skip to content

Commit

Permalink
Fix release GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed May 19, 2024
1 parent e3085b5 commit 06a38cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06a38cb

Please sign in to comment.