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
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9

View File

@ -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: