Skip to content

Commit

Permalink
Merge pull request #188 from rogy-AquaLab/release-fix
Browse files Browse the repository at this point in the history
Fix release GHA
  • Loading branch information
H1rono authored May 19, 2024
2 parents e3085b5 + 06a38cb commit 9bd681f
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 9bd681f

Please sign in to comment.