File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11release :
2- current-version : 0.0.1
3- next-version : 0.1 .0
2+ current-version : 0.1.0
3+ next-version : 0.2 .0
Original file line number Diff line number Diff line change 1515 description : The version to release (e.g. 1.0.0)
1616 required : true
1717 type : string
18+ dryrun :
19+ description : Perform a dry-run release
20+ required : true
21+ type : boolean
22+ default : false
1823
1924concurrency :
2025 group : ${{ github.workflow }}-${{ github.ref }}
96101 JRELEASER_GPG_PASSPHRASE : ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
97102 JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
98103 JRELEASER_GPG_SECRET_KEY : ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
99- JRELEASER_DRY_RUN : true
104+ JRELEASER_DRY_RUN : ${{ inputs.dryrun }}
100105 run : |
101106 echo "Releasing version ${{ env.PREVIOUS_VERSION }} -> ${{ env.CURRENT_VERSION }}"
102107 ./gradlew --no-daemon :jreleaserFullRelease
You can’t perform that action at this time.
0 commit comments