Skip to content

Commit 8eedd20

Browse files
committed
Add perform-release
1 parent 31a788f commit 8eedd20

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,16 @@ jobs:
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

0 commit comments

Comments
 (0)