mirror of
https://github.com/spring-projects/spring-authorization-server.git
synced 2026-05-03 03:39:53 +01:00
Revert "Temporarily modify workflow to complete 1.4.3 release"
This reverts commit a13d7cda99.
This commit is contained in:
@@ -30,13 +30,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.2.+ -PspringSecurityVersion=6.4.+
|
test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.2.+ -PspringSecurityVersion=6.4.+
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
# deploy-artifacts:
|
deploy-artifacts:
|
||||||
# name: Deploy Artifacts
|
name: Deploy Artifacts
|
||||||
# needs: [build, test]
|
needs: [build, test]
|
||||||
# uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
|
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
|
||||||
# with:
|
with:
|
||||||
# should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
|
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
|
||||||
# secrets: inherit
|
secrets: inherit
|
||||||
deploy-docs:
|
deploy-docs:
|
||||||
name: Deploy Docs
|
name: Deploy Docs
|
||||||
needs: [build, test]
|
needs: [build, test]
|
||||||
@@ -46,11 +46,11 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
perform-release:
|
perform-release:
|
||||||
name: Perform Release
|
name: Perform Release
|
||||||
needs: [deploy-docs]
|
needs: [deploy-artifacts, deploy-docs]
|
||||||
uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1
|
uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1
|
||||||
with:
|
with:
|
||||||
should-perform-release: true
|
should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
|
||||||
project-version: 1.4.3
|
project-version: ${{ needs.deploy-artifacts.outputs.project-version }}
|
||||||
milestone-repo-url: https://repo.spring.io/artifactory/milestone
|
milestone-repo-url: https://repo.spring.io/artifactory/milestone
|
||||||
release-repo-url: https://repo1.maven.org/maven2
|
release-repo-url: https://repo1.maven.org/maven2
|
||||||
artifact-path: org/springframework/security/spring-security-oauth2-authorization-server
|
artifact-path: org/springframework/security/spring-security-oauth2-authorization-server
|
||||||
|
|||||||
Reference in New Issue
Block a user