File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v6
1717 - name : ${{ matrix.Java }}-${{ matrix.os }}
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 java-version : ${{ matrix.java }}
2121 distribution : ' zulu'
Original file line number Diff line number Diff line change 2828 submodules : recursive
2929 ref : ${{ github.event.workflow_run.head_branch }}
3030 - name : Set up Java for publishing to Maven Central Repository OSS
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 java-version : ${{ github.event.workflow_run.head_branch == 'sustaining/2.4.x' && '8' || '11'}}
3434 distribution : ' temurin'
Original file line number Diff line number Diff line change 2525 fetch-depth : 0
2626 submodules : recursives
2727 - name : Set up Java for publishing to Maven Central Repository OSS
28- uses : actions/setup-java@v4
28+ uses : actions/setup-java@v5
2929 with :
3030 java-version : ${{ github.event.workflow_run.head_branch == 'sustaining/2.4.x' && '8' || '11'}}
3131 distribution : ' temurin'
6060 if : ${{ env.MAVEN_USERNAME!='' && env.MAVEN_PASSWORD!='' }}
6161 run : mvn --batch-mode -Darguments="-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}" -DsignTag=true -DtagNameFormat="${{ github.event.inputs.releaseVersion }}" -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdevelopmentVersion=${{ github.event.inputs.developmentVersion }} release:prepare release:perform --file pom.xml
6262 - name : Release on GitHub
63- uses : softprops/action-gh-release@v2
63+ uses : softprops/action-gh-release@v3
6464 with :
6565 name : ${{ github.event.inputs.releaseVersion }}
6666 tag_name : ${{ github.event.inputs.releaseVersion }}
You can’t perform that action at this time.
0 commit comments