File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 99 type : string
1010 required : false
1111 default : " 17"
12- branch :
13- description : " The branch to checkout when cutting the release."
14- required : true
15- default : " main"
1612 releaseVersion :
1713 description : " Version of the release."
1814 required : true
2117 description : " Version to use for new local working copy."
2218 required : true
2319 default : " X.Y+1.Z"
24-
20+ dryRun :
21+ description : " Perform a dry run"
22+ required : true
23+ default : false
24+ type : boolean
25+
2526 jobs :
2627 maven-release :
2728 uses : jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@main
2829 with :
29- branch : ${{ github.event.inputs.branch }}
3030 releaseVersion : ${{ github.event.inputs.releaseVersion }}
3131 developmentVersion : " ${{ github.event.inputs.developmentVersion }}-SNAPSHOT"
32+ dryRun : ${{ github.event.inputs.dryRun }}
3233 secrets :
3334 ossrh_username : ${{ secrets.OSSRH_USERNAME }}
3435 ossrh_password : ${{ secrets.OSSRH_PASSWORD }}
You can’t perform that action at this time.
0 commit comments