Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound403 committed Nov 23, 2023
1 parent ce8e388 commit e154b1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
gpg-private-key: ${{ secrets.GPG_SECRET }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Publish to Maven Central
run: mvn --activate-profiles ossrh clean deploy
run: mvn --batch-mode --activate-profiles ossrh clean deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USER }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSWORD }}
MAVEN_OPTS: '-Xmx1024m -Xss128m'
MAVEN_OPTS: '-Xmx2048m -Xss256m'
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<module>wecom-objects</module>
<module>wecom-sdk</module>
<module>rx-wecom-sdk</module>
<module>wepay-objects</module>
<module>wepay-sdk</module>
<module>wemp-sdk</module>
<module>wemp-objects</module>
</modules>

<scm>
Expand Down

0 comments on commit e154b1b

Please sign in to comment.