Issue gh-15503
@@ -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: