Skip to content

Commit

Permalink
fix(gh-actions): add needs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann151924 committed May 10, 2024
1 parent 4483489 commit a2a08d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
release:
runs-on: ubuntu-22.04
needs: planner
needs:
- planner
- getVersion
if: needs.planner.outputs.do_release == 'true'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a2a08d2

Please sign in to comment.