File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7676 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
7777 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
7878 - name : Publish package
79- # prepare bcrypt with verify, stage and then release, after that build all modules to upload to github
80- run : ./mvnw -B verify -DskipTests
79+ # prepare with verify, stage and then release, after that build all modules to upload to github
80+ run : |
81+ ./mvnw -B verify nexus-staging:deploy -P deploy -DskipTests && \
82+ ./mvnw -B nexus-staging:release -P deploy
8183 env :
8284 OPENSOURCE_PROJECTS_KS_PW : ${{ secrets.KEYSTORE_PASSWORD }}
8385 OPENSOURCE_PROJECTS_KEY_PW : ${{ secrets.KEYSTORE_KEY_PASSWORD }}
You can’t perform that action at this time.
0 commit comments