File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - develop
77 - support/2.3.X
8+ - support/3.0.X
89
910jobs :
1011 update_release_draft :
Original file line number Diff line number Diff line change 11name : Support Stream Branch Publish to the Maven Central Repository
22
33on :
4- workflow_dispatch :
4+ push :
55 branches :
66 - ' support/**'
7+ workflow_dispatch :
78 inputs :
89 version :
910 description : " Version to be released"
Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ name: Publish to the Maven Central Repository
33on :
44 release :
55 types : [ published ]
6+ workflow_dispatch :
7+ inputs :
8+ dryRun :
9+ description : " Dry-Run"
10+ default : false
11+ required : false
12+ type : boolean
13+ logLevel :
14+ description : " Log-Level"
15+ required : false
16+ default : ' debug'
17+ type : choice
18+ options :
19+ - info
20+ - warn
21+ - debug
22+ - error
23+ - fatal
624
725jobs :
826 publish :
Original file line number Diff line number Diff line change 1919 - debug
2020 - error
2121 - fatal
22- schedule :
23- - cron : ' 0 8 * * *'
22+ schedule :
23+ - cron : ' 0 8 * * *'
2424
2525jobs :
2626 renovate :
3636 token : ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}
3737 env :
3838 DRY_RUN : ${{ inputs.dryRun || 'false' }}
39- LOG_LEVEL : ${{ inputs.logLevel || 'debug' }}
39+ LOG_LEVEL : ${{ inputs.logLevel || 'debug' }}
You can’t perform that action at this time.
0 commit comments