File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Checkout LFS objects
2222 run : git lfs checkout
2323
24- - name : Cache local Maven repository
25- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
26- with :
27- path : ~/.m2/repository
28- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
29- restore-keys : |
30- ${{ runner.os }}-maven-
31-
3224 - name : Set up JDK 11
3325 uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
3426 with :
Original file line number Diff line number Diff line change 9393 git push origin "${tag}"
9494 echo "TAG_NAME=${{ inputs.tag }}" >> $GITHUB_OUTPUT
9595
96- - name : Cache local Maven repository
97- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
98- with :
99- path : ~/.m2/repository
100- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
101- restore-keys : |
102- ${{ runner.os }}-maven-
103-
10496 - name : Set up Maven Central Repository
10597 uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
10698 with :
You can’t perform that action at this time.
0 commit comments