Skip to content

Commit 3f1c4b9

Browse files
sobychackospring-builds
authored andcommitted
Update gradlew command for release verificaiton step in the workflow
Signed-off-by: Soby Chacko <[email protected]> (cherry picked from commit 7ac3428)
1 parent c2e7946 commit 3f1c4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-staged-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sed -i "1,/springKafkaVersion.*/s/springKafkaVersion.*/springKafkaVersion='${{ inputs.releaseVersion }}'/" build.gradle
4646
4747
- name: Verify Spring Integration Kafka module against staged release
48-
run: gradle :spring-integration-kafka:check --init-script staging-repo-init.gradle
48+
run: ./gradlew :spring-integration-kafka:check --init-script staging-repo-init.gradle
4949

5050
- name: Capture Test Results
5151
if: failure()

0 commit comments

Comments
 (0)