File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5858 - id : ' mvn-release-prepare'
5959 name : ' Step: Maven Release: Prepare, Perform and Publish Site'
6060 env :
61+ CENTRAL_SONATYPE_COM_PASSWORD : ' ${{ secrets.CENTRAL_SONATYPE_COM_PASSWORD }}'
62+ CENTRAL_SONATYPE_COM_USERNAME : ' ${{ secrets.CENTRAL_SONATYPE_COM_USERNAME }}'
6163 DRY_RUN : ' ${{ inputs.dryRun }}'
6264 GIT_ASKPASS : ' ${{ runner.temp }}/.askpass'
6365 GPG_PASSPHRASE : ' ${{ secrets.GPG_PASSPHRASE }}'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ as a Maven dependency:
3131 Always check https://search.maven.org/artifact/org.microbean/microbean-construct
3232 for up-to-date available versions.
3333 -->
34- <version >0.0.13 </version >
34+ <version >0.0.14 </version >
3535</dependency >
3636```
3737
You can’t perform that action at this time.
0 commit comments