File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818 - name : Checkout
1919 uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2020
21- - name : Configure Maven proxy
22- run : mkdir -p ~/.m2 && cp .github/maven-settings.xml ~/.m2/settings.xml
23-
2421 - name : Cache Maven packages
2522 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2623 with :
4946 - name : Checkout
5047 uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
5148
52- - name : Configure Maven proxy
53- run : mkdir -p ~/.m2 && cp .github/maven-settings.xml ~/.m2/settings.xml
54-
5549 - name : Cache Maven packages
5650 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5751 with :
7367 - name : Checkout
7468 uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
7569
76- - name : Configure Maven proxy
77- run : mkdir -p ~/.m2 && cp .github/maven-settings.xml ~/.m2/settings.xml
78-
7970 - name : Validate lockfile
8071 run : make check-lock
Original file line number Diff line number Diff line change 3232 server-password : MAVEN_CENTRAL_PASSWORD
3333 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
3434 gpg-passphrase : GPG_PASSPHRASE
35-
36- - name : Configure Maven proxy
37- run : python3 .github/inject-maven-mirror.py ~/.m2/settings.xml
38-
35+
3936 # This step runs ONLY on branch pushes (dry-run)
4037 - name : Run Release Dry-Run (Verify)
4138 if : " !startsWith(github.ref, 'refs/tags/')"
You can’t perform that action at this time.
0 commit comments