From 02471a990811c9aa30d4d8d1d2f85866c6bc4415 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 29 Nov 2023 14:09:14 -0500 Subject: [PATCH] Try with multi repos --- .github/workflows/verify-staged-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index 2aa83005..278486aa 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -31,7 +31,7 @@ jobs: JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }} - name: Configure JFrog Cli - run: jf mvnc --repo-resolve-releases=libs-release --repo-resolve-snapshots=libs-staging-local + run: jf mvnc --repo-resolve-releases=libs-release,libs-staging-local --repo-resolve-snapshots=snapshot - name: Verify samples against staged release run: jf mvn verify -D"spring.amqp.version"=${{ inputs.releaseVersion }} -B -ntp