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 34ca473 commit fafe67aCopy full SHA for fafe67a
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
server-username: SERVER_USERNAME
26
server-password: SERVER_PASSWORD
27
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
28
- gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
+ gpg-passphrase: GPG_PASSPHRASE
29
30
# 获取 Maven 项目版本号
31
- name: Extract project version
@@ -42,6 +42,7 @@ jobs:
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))
48
- name: Create Release
0 commit comments