Skip to content

Commit 06614a5

Browse files
committed
Add branch reference in artifactory staging workflow
1 parent 52251ef commit 06614a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/artifactory-staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout source code
1616
uses: actions/checkout@v3
17+
with:
18+
ref: '5.0.x'
1719

1820
- name: Set up JDK 17
1921
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)