diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index b8071dacbd..08819fc820 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -33,11 +33,14 @@ jobs: - name: Prepare Samples project against Staging run: | + jf gradlec --repo-resolve libs-staging-local + echo 'allprojects { repositories { maven { url "https://repo.spring.io/libs-staging-local" } } }' > staging-repo-init.gradle + sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle - name: Verify Spring Integration Samples against staged release