File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ jobs:
4747 with :
4848 java-version : 11
4949 distribution : ' zulu'
50+ - name : status
51+ run : echo Build is tagged. Uploading artifact ${{ steps.vars.outputs.tag }} to maven central.
5052 - run : scripts/setup-signing-key.sh
5153 env :
5254 DECRYPTER : ${{ secrets.DECRYPTER }}
5355 SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
5456 PASSPHRASE : ${{ secrets.PASSPHRASE }}
5557 - name : Publish GitHub Pages
5658 run : ./gradlew --info -Dbuild.version="${{ steps.vars.outputs.tag }}" mkdocsPublish
57- - name : status
58- run : echo Build is tagged. Uploading artifact ${{ steps.vars.outputs.tag }} to maven central.
5959 - name : deploy to sonatype and publish to maven central
6060 run : ./gradlew -Pversion=$REF_NAME setLibraryVersion -Dbuild.version="${{ steps.vars.outputs.tag }}" clean publishToSonatype closeAndReleaseSonatypeStagingRepository
6161 env :
You can’t perform that action at this time.
0 commit comments