File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
30
30
with :
31
31
test-args : --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.2.+ -PspringSecurityVersion=6.4.+
32
32
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
40
40
deploy-docs :
41
41
name : Deploy Docs
42
42
needs : [build, test]
@@ -46,11 +46,11 @@ jobs:
46
46
secrets : inherit
47
47
perform-release :
48
48
name : Perform Release
49
- needs : [deploy-artifacts, deploy- docs]
49
+ needs : [deploy-docs]
50
50
uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1
51
51
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
54
54
milestone-repo-url : https://repo.spring.io/artifactory/milestone
55
55
release-repo-url : https://repo1.maven.org/maven2
56
56
artifact-path : org/springframework/security/spring-security-oauth2-authorization-server
You can’t perform that action at this time.
0 commit comments