We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3e508 commit 80cc35dCopy full SHA for 80cc35d
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# 发布到 Apache Maven Central
40
- name: Publish to Apache Maven Central
41
- run: mvn deploy -Dmaven.test.skip=true
+ run: mvn deploy -P release -Dmaven.test.skip=true -X
42
env:
43
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
44
0 commit comments