test release pipeline
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user