Skip to content

Commit edc88cb

Browse files
committed
Use gradlew in the verify-staged-artifacts.yml
To make it compatible with Gradlew wrapper in the project, not whatever comes now automatically by the Gradle setup GHA **Auto-cherry-pick to `3.2.x`**
1 parent 72fe0f3 commit edc88cb

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
@@ -53,4 +53,4 @@ jobs:
5353
sed -i "1,/springAmqpVersion.*/s/springAmqpVersion.*/springAmqpVersion='${{ inputs.releaseVersion }}'/" build.gradle
5454
5555
- name: Verify Spring Integration AMQP module against staged release
56-
run: gradle :spring-integration-amqp:check --init-script staging-repo-init.gradle
56+
run: ./gradlew :spring-integration-amqp:check --init-script staging-repo-init.gradle

0 commit comments

Comments
 (0)