Skip to content

Commit 24726be

Browse files
committed
Add test branch and downgrade JDK in maven publish workflow
Signed-off-by: Chen Dai <[email protected]>
1 parent c834fcc commit 24726be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-publish-modules.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- '[0-9]+.[0-9]+'
99
- '[0-9]+.x'
10+
- unified-ppl-2.19-dev-publish-test
1011

1112
env:
1213
SNAPSHOT_REPO_URL: https://ci.opensearch.org/ci/dbc/snapshots/maven/
@@ -26,7 +27,7 @@ jobs:
2627
- uses: actions/setup-java@v3
2728
with:
2829
distribution: temurin # Temurin is a distribution of adoptium
29-
java-version: 21
30+
java-version: 11
3031
- uses: actions/checkout@v3
3132
- name: Load secret
3233
uses: 1password/load-secrets-action@v2

0 commit comments

Comments
 (0)