diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 140fbb302..d43e31893 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -32,7 +32,7 @@ jobs: perform-release: name: Perform Release needs: [ deploy-artifacts ] - uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1.0.14 + uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1.0.15 with: should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }} project-version: ${{ needs.deploy-artifacts.outputs.project-version }}