Fix job ids for needs

This commit is contained in:
Artem Bilan
2023-11-14 16:41:05 -05:00
parent c31c91c864
commit 0bcdfbcc8c

View File

@@ -47,7 +47,7 @@ jobs:
secrets: inherit
finalize:
needs: [promote_milestone, promote_ga]
needs: [promote-milestone, promote-ga]
uses: spring-projects/spring-integration-aws/.github/workflows/spring-finalize-release.yml@main
with:
milestone: ${{ inputs.releaseVersion }}