From 9ccbbad7f33def3b8aa0bb7bdd47026f5d25fd07 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 29 Nov 2023 13:52:57 -0500 Subject: [PATCH] Rework `mvnc` for other 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 c8e2e940..78c8a7f6 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-staging-local --repo-resolve-snapshots=snapshot + run: jf mvnc --repo-resolve-releases=release --repo-resolve-snapshots=libs-staging-local - name: Verify samples against staged release run: jf mvn verify -D"spring.amqp.version"=${{ inputs.releaseVersion }}