Skip to content

Commit a13d7cd

Browse files
committed
Temporarily modify workflow to complete 1.4.3 release
1 parent e1a859b commit a13d7cd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
with:
3131
test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.2.+ -PspringSecurityVersion=6.4.+
3232
secrets: inherit
33-
deploy-artifacts:
34-
name: Deploy Artifacts
35-
needs: [build, test]
36-
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
37-
with:
38-
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
39-
secrets: inherit
33+
# deploy-artifacts:
34+
# name: Deploy Artifacts
35+
# needs: [build, test]
36+
# uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
37+
# with:
38+
# should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
39+
# secrets: inherit
4040
deploy-docs:
4141
name: Deploy Docs
4242
needs: [build, test]
@@ -46,11 +46,11 @@ jobs:
4646
secrets: inherit
4747
perform-release:
4848
name: Perform Release
49-
needs: [deploy-artifacts, deploy-docs]
49+
needs: [deploy-docs]
5050
uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1
5151
with:
52-
should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
53-
project-version: ${{ needs.deploy-artifacts.outputs.project-version }}
52+
should-perform-release: true
53+
project-version: 1.4.3
5454
milestone-repo-url: https://repo.spring.io/artifactory/milestone
5555
release-repo-url: https://repo1.maven.org/maven2
5656
artifact-path: org/springframework/security/spring-security-oauth2-authorization-server

0 commit comments

Comments
 (0)