File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ jobs:
3636 deploy-artifacts :
3737 name : Deploy Artifacts
3838 needs : [build, test]
39- uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
39+ uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@releases/ v1
4040 with :
4141 should-deploy-artifacts : ${{ needs.build.outputs.should-deploy-artifacts }}
4242 secrets : inherit
4343 perform-release :
4444 name : Perform Release
4545 needs : [deploy-artifacts]
46- uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1
46+ uses : spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@releases/ v1
4747 with :
4848 should-perform-release : ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
4949 project-version : ${{ needs.deploy-artifacts.outputs.project-version }}
You can’t perform that action at this time.
0 commit comments