From 3dfdc58a015966469913e0a21d279a1f9bebea78 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 16 Sep 2024 12:09:28 -0400 Subject: [PATCH] Add missed `ref: 6.3.x` in `verify-staged-artifacts.yml` Test staged artifacts of this branch against Spring Integration `6.3.x` branch --- .github/workflows/verify-staged-artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index 19a42e5b..3d3bfa97 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -25,6 +25,7 @@ jobs: with: repository: spring-projects/spring-integration show-progress: false + ref: 6.3.x - name: Set up Gradle uses: spring-io/spring-gradle-build-action@v2