From 6cad2fca301a7ab6ab5017a1a15dc47bab9fa48f Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 29 Nov 2023 14:36:28 -0500 Subject: [PATCH] Use virtual repo for staging --- .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 278486aa..77cccbac 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,libs-staging-local --repo-resolve-snapshots=snapshot + run: jf mvnc --repo-resolve-releases=libs-spring-dataflow-private-staging-release --repo-resolve-snapshots=snapshot - name: Verify samples against staged release run: jf mvn verify -D"spring.amqp.version"=${{ inputs.releaseVersion }} -B -ntp