test release pipeline

This commit is contained in:
2024-08-30 13:25:29 +10:00
parent 87b10a6ff6
commit 42f17c7255

View File

@@ -93,7 +93,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 ref: main
fetch-depth: 1
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.2.2
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with:
@@ -178,7 +179,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 ref: main
fetch-depth: 1
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.2.2
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with: