Polish gh-11184

Propagate rename in notify_result section.
This commit is contained in:
Steve Riesenberg 2022-06-03 15:23:48 -05:00
parent 0ec64c0843
commit 07f28de79b
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ jobs:
run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
notify_result:
name: Check for failures
needs: [build_jdk_17, snapshot_tests, check_samples, check_tangles, deploy_artifacts, deploy_docs, deploy_schema, create_release]
needs: [build_jdk_17, snapshot_tests, check_samples, check_tangles, deploy_artifacts, deploy_docs, deploy_schema, perform_release, perform_post_release]
if: failure()
runs-on: ubuntu-latest
steps: