Skip to content

Commit

Permalink
Fix job ids for needs
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 14, 2023
1 parent c31c91c commit 0bcdfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spring-artifactory-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0bcdfbc

Please sign in to comment.