Add branch reference in artifactory staging workflow
This commit is contained in:
2
.github/workflows/artifactory-staging.yml
vendored
2
.github/workflows/artifactory-staging.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: '5.0.x'
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
|
||||
Reference in New Issue
Block a user