Skip to content

Commit 714f642

Browse files
committed
Bring back a proper Gradle command for verify-staged-artifacts.yml
1 parent 9beb192 commit 714f642

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: exit 0
56+
run: gradle :spring-integration-amqp:check --init-script staging-repo-init.gradle

0 commit comments

Comments
 (0)