Skip to content

Commit 79c24ac

Browse files
committed
Use releases/v1
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent a8837eb commit 79c24ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)