File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,15 @@ jobs:
3434 with :
3535 should-deploy-artifacts : ${{ needs.build.outputs.should-deploy-artifacts }}
3636 default-publish-milestones-central : true
37+ java-version : 25
3738 secrets : inherit
3839 deploy-schema :
3940 name : Deploy Schema
4041 needs : [ build ]
4142 uses : spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
4243 with :
4344 should-deploy-schema : ${{ needs.build.outputs.should-deploy-artifacts }}
45+ java-version : 25
4446 secrets : inherit
4547 perform-release :
4648 name : Perform Release
5355 release-repo-url : https://repo1.maven.org/maven2
5456 artifact-path : org/springframework/security/spring-security-core
5557 slack-announcing-id : spring-security-announcing
58+ java-version : 25:q
5659 secrets : inherit
5760 send-notification :
5861 name : Send Notification
You can’t perform that action at this time.
0 commit comments