File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 66 releaseVersion :
77 description : ' Release and tag version'
88 required : true
9- default : " v1.5.0-dev.N "
9+ default : " v1.5.0"
1010 developmentVersion :
1111 description : ' Version to use for new working copy'
1212 required : true
2525 distribution : ' zulu'
2626 java-version : ' 8'
2727 cache : ' maven'
28- server-id : central
29- server-username : MAVEN_USERNAME
30- server-password : MAVEN_TOKEN
3128
3229 - name : Configure Git user
3330 run : |
3835 env :
3936 GITHUB_ACTOR : ${{ github.actor }}
4037 GITHUB_TOKEN : ${{ github.token }}
41- MAVEN_USERNAME : ${{ secrets.MAVEN_CENTRAL_USER }}
42- MAVEN_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
4338 RELEASE_VERSION : ${{ github.event.inputs.releaseVersion }}
4439 DEVELOPMENT_VERSION : ${{ github.event.inputs.developmentVersion }}
4540 run : |
You can’t perform that action at this time.
0 commit comments