Print branch
This commit is contained in:
parent
eeba97818d
commit
c84e55e1aa
6
.github/workflows/maven-publish.yml
vendored
6
.github/workflows/maven-publish.yml
vendored
@ -29,6 +29,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
maven-version: '3.9.9'
|
maven-version: '3.9.9'
|
||||||
|
|
||||||
|
- name: Print branch
|
||||||
|
run: |
|
||||||
|
echo "Running on branch: $BRANCH"
|
||||||
|
env:
|
||||||
|
BRANCH: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
if: github.ref == 'refs/heads/feature/T2900-java21'
|
if: github.ref == 'refs/heads/feature/T2900-java21'
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user