Skip to content

Commit 7ac3428

Browse files
committed
Update gradlew command for release verificaiton step in the workflow
**Auto-cherry-pick to `3.3.x`** Signed-off-by: Soby Chacko <[email protected]>
1 parent 1e9ef85 commit 7ac3428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
sed -i "1,/springKafkaVersion.*/s/springKafkaVersion.*/springKafkaVersion='${{ inputs.releaseVersion }}'/" build.gradle
4545
4646
- name: Verify Spring Integration Kafka module against staged release
47-
run: gradle :spring-integration-kafka:check --init-script staging-repo-init.gradle
47+
run: ./gradlew :spring-integration-kafka:check --init-script staging-repo-init.gradle
4848

4949
- name: Capture Test Results
5050
if: failure()
5151
uses: actions/upload-artifact@v4
5252
with:
5353
name: test-results
5454
path: '**/target/surefire-reports/**/*.*'
55-
retention-days: 1
55+
retention-days: 1

0 commit comments

Comments
 (0)