Skip to content

Commit

Permalink
fix(gh-actions): add outputs to planner step
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann151924 committed May 10, 2024
1 parent ed6d10b commit 4483489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
planner:
needs: getVersion
runs-on: ubuntu-22.04
outputs:
do_release: ${{ steps.do_release.outputs.do_release }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4483489

Please sign in to comment.