We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc5d67 commit 91c97cdCopy full SHA for 91c97cd
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -34,7 +34,7 @@ jobs:
34
deploy-artifacts:
35
name: Deploy Artifacts
36
needs: [ build, test ]
37
- 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@releases/v1
38
with:
39
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
40
default-publish-milestones-central: true
0 commit comments