File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 5050 env :
5151 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5252 run : gh workflow run deploy-docs.yml -r docs-build -f build-refname=${{ github.ref_name }}
53+
54+ perform-release :
55+ name : Perform Release
56+ needs : [deploy-artifacts, deploy-javadocs]
57+ uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1
58+ with :
59+ should-perform-release : ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
60+ project-version : ${{ needs.deploy-artifacts.outputs.project-version }}
61+ milestone-repo-url : https://repo.spring.io/artifactory/milestone
62+ release-repo-url : https://repo1.maven.org/maven2
63+ artifact-path : org/springframework/security/kerberos/spring-security-kerberos-core
64+ slack-announcing-id : spring-security-kerberos-announcing
65+ secrets : inherit
You can’t perform that action at this time.
0 commit comments