Add branch reference in artifactory staging workflow

This commit is contained in:
Mahmoud Ben Hassine
2023-08-23 09:47:10 -07:00
parent 52251ef323
commit 06614a591f

View File

@@ -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