File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ jobs:
3737 run : echo "RELEASE_VERSION=${TAG#v}" >> $GITHUB_ENV
3838 env :
3939 TAG : ${{ github.event.release.tag_name }}
40-
40+
4141 - name : Checkout
42- uses : actions/checkout@v6
42+ uses : actions/checkout@v7
4343
4444 - name : Set up Apache Maven Central
4545 uses : actions/setup-java@v5
4646 with :
47- distribution : ' adopt'
47+ distribution : " adopt"
4848 java-version : 21
49- server-id : ' ossrh'
49+ server-id : " ossrh"
5050 server-username : PUBLISHER_USERNAME
5151 server-password : PUBLISHER_PASSWORD
5252 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ concurrency:
99 group : ${{ github.workflow }}-${{ github.head_ref }}
1010 cancel-in-progress : true
1111
12-
1312env :
1413 BW_ACCOUNT_ID : ${{ secrets.BW_ACCOUNT_ID }}
1514 BW_PASSWORD : ${{ secrets.BW_PASSWORD }}
4342 fail-fast : false
4443 steps :
4544 - name : Checkout
46- uses : actions/checkout@v6
45+ uses : actions/checkout@v7
4746
4847 - name : Set up JDK
4948 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 4141 MANTECA_APPLICATION_ID : ${{ secrets.MANTECA_APPLICATION_ID }}
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v6
44+ uses : actions/checkout@v7
4545
4646 - name : Set up JDK
4747 uses : actions/setup-java@v5
You can’t perform that action at this time.
0 commit comments