This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch auto-release-java
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/auto-release-java by this push:
new ece1f40db try empty MAVEN_GPG_PASSPHRASE
ece1f40db is described below
commit ece1f40db478cac1b937f028735675121da4af58
Author: tison <[email protected]>
AuthorDate: Sat Aug 26 23:12:47 2023 +0800
try empty MAVEN_GPG_PASSPHRASE
Signed-off-by: tison <[email protected]>
---
.github/workflows/release_java.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/release_java.yml
b/.github/workflows/release_java.yml
index 49b75d12d..514161254 100644
--- a/.github/workflows/release_java.yml
+++ b/.github/workflows/release_java.yml
@@ -54,6 +54,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_CENTRAL_TOKEN
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
- uses: actions/setup-python@v4
with:
python-version: '3.10'
@@ -73,6 +74,7 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}
+ MAVEN_GPG_PASSPHRASE: ""
- name: Upload local staging directory
uses: actions/upload-artifact@v3
with:
@@ -98,6 +100,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_CENTRAL_TOKEN
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Prepare environment variables
run: echo "LOCAL_STAGING_DIR=$HOME/local-staging" >> $GITHUB_ENV
@@ -138,3 +141,4 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}
+ MAVEN_GPG_PASSPHRASE: ""