Skip to content

Commit aac115a

Browse files
committed
Fix tag
1 parent 8330dda commit aac115a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
deploy-artifacts:
2525
name: Deploy Artifacts
2626
needs: [ build ]
27-
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@1
27+
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
2828
with:
2929
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
3030
secrets: inherit

0 commit comments

Comments
 (0)