1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Fix job dependencies

Issue gh-15503
This commit is contained in:
Steve Riesenberg
2024-07-31 16:55:21 -05:00
parent 5cdcdc9bcb
commit 5d335ccf8d
@@ -247,7 +247,7 @@ jobs:
run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
send-notification:
name: Send Notification
needs: [ perform-release ]
needs: [ perform_release, perform_post_release ]
if: failure()
runs-on: ubuntu-latest
steps: