Skip to content

Commit

Permalink
Merge pull request #34 from yutaipu/master
Browse files Browse the repository at this point in the history
添加自动化
  • Loading branch information
yutaipu authored Sep 15, 2020
2 parents b2ad523 + e2b356a commit 104e5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase

- name: Publish to Apache Maven Central
run: mvn deploy -Dmaven.test.skip
run: mvn -X deploy -Dmaven.test.skip
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<url>https://github.com/jpush/jiguang-java-client-common</url>
<connection>scm:git:git@github.com:jpush/jiguang-java-client-common.git</connection>
<developerConnection>scm:git:git@github.com:jpush/jiguang-java-client-common.git</developerConnection>
<tag>jiguang-common-1.1.8</tag>
<tag>v1.1.9</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 104e5e2

Please sign in to comment.