File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11name : Publish package to the Maven Central Repository
22on :
3- release :
4- types : [published]
3+ push :
4+ branches :
5+ - master
56
67jobs :
78 publish :
2829 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
2930
3031 - name : Publish to Apache Maven Central
31- run : mvn deploy -Dmaven.test.skip
32+ run : mvn -X deploy -Dmaven.test.skip
3233 env :
3334 MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
3435 MAVEN_PASSWORD : ${{ secrets.OSSRH_TOKEN }}
Original file line number Diff line number Diff line change 3434 <url >https://github.com/jpush/jiguang-java-client-common</url >
3535 <
connection >scm:git:
[email protected] :jpush/jiguang-java-client-common.git</
connection >
3636 <
developerConnection >scm:git:
[email protected] :jpush/jiguang-java-client-common.git</
developerConnection >
37- <tag >jiguang-common-1 .1.8 </tag >
37+ <tag >v1 .1.9 </tag >
3838 </scm >
3939
4040 <dependencies >
You can’t perform that action at this time.
0 commit comments