Skip to content

Commit

Permalink
fix(gh-actions): forgot needs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann151924 committed May 10, 2024
1 parent 46b5b56 commit 4212d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- id: vars
run: echo "tag=`cat gradle.properties | grep apiVersion | cut -d'=' -f2`" >> $GITHUB_OUTPUT
planner:
needs: getVersion
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4212d8e

Please sign in to comment.