File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 build :
1313 name : Build
14- uses : spring-io/spring-security-release-tools/.github/workflows/build.yml@v1
14+ uses : spring-io/spring-security-release-tools/.github/workflows/build.yml@v1.0.13
1515 strategy :
1616 matrix :
1717 os : [ ubuntu-latest ]
@@ -24,15 +24,15 @@ jobs:
2424 deploy-artifacts :
2525 name : Deploy Artifacts
2626 needs : [ build ]
27- uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
27+ uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1.0.13
2828 with :
2929 should-deploy-artifacts : ${{ needs.build.outputs.should-deploy-artifacts }}
3030 default-publish-milestones-central : true
3131 secrets : inherit
3232 perform-release :
3333 name : Perform Release
3434 needs : [ deploy-artifacts ]
35- uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1
35+ uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1.0.13
3636 with :
3737 should-perform-release : ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
3838 project-version : ${{ needs.deploy-artifacts.outputs.project-version }}
You can’t perform that action at this time.
0 commit comments