File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- name : Make release
1+ name : Release to Maven Central (snapshot, stable)
22
33on :
4- pull_request :
54 push :
65 branches :
76 - master
2827 run : ./mvnw clean install -DskipTests=true
2928 # run: ./mvnw clean install
3029
31- publish-OSSRH :
30+ publish :
3231 runs-on : ubuntu-latest
3332 name : Publish to Maven Central
3433 needs : build
5958 run : ./mvnw -DskipTests=true --batch-mode -P release -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy
6059 env :
6160 MAVEN_USERNAME : ${{ secrets.OSS_USERNAME }}
62- MAVEN_PASSWORD : ${{ secrets.OSS_PASSWORD }}
63-
61+ MAVEN_PASSWORD : ${{ secrets.OSS_PASSWORD }}
Original file line number Diff line number Diff line change 446446 <plugin >
447447 <groupId >org.apache.maven.plugins</groupId >
448448 <artifactId >maven-gpg-plugin</artifactId >
449+ <version >1.6</version >
449450 <configuration >
450451 <gpgArguments >
451452 <arg >--pinentry-mode</arg >
You can’t perform that action at this time.
0 commit comments