Skip to content

Commit 7fec7d0

Browse files
authored
Update verify-staged-artifacts.yml for SI 6.4.x
Signed-off-by: Soby Chacko <[email protected]>
1 parent 2be0fc5 commit 7fec7d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify-staged-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
repository: spring-projects/spring-integration
2525
show-progress: false
26+
ref: 6.4.x
2627

2728
- name: Set up Gradle
2829
uses: spring-io/spring-gradle-build-action@v2
@@ -52,4 +53,4 @@ jobs:
5253
with:
5354
name: test-results
5455
path: '**/target/surefire-reports/**/*.*'
55-
retention-days: 1
56+
retention-days: 1

0 commit comments

Comments
 (0)