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 ae82238 commit 6f3e508Copy full SHA for 6f3e508
.github/workflows/release.yml
@@ -40,8 +40,6 @@ jobs:
40
- name: Publish to Apache Maven Central
41
run: mvn deploy -Dmaven.test.skip=true
42
env:
43
- SERVER_USERNAME: ${{ secrets.SERVER_USERNAME }}
44
- SERVER_PASSWORD: ${{ secrets.SERVER_PASSWORD }}
45
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
46
47
# 创建 Release(自动附带 Source code (zip/tar.gz))
0 commit comments