This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch fix-java-snapshot
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/fix-java-snapshot by this push:
new 30c9c6d7d Fix java
30c9c6d7d is described below
commit 30c9c6d7d41d7f38af640dc6a57d1ae60530928e
Author: Xuanwo <[email protected]>
AuthorDate: Sun Jun 25 10:31:49 2023 +0800
Fix java
Signed-off-by: Xuanwo <[email protected]>
---
.github/workflows/bindings_java.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/bindings_java.yml
b/.github/workflows/bindings_java.yml
index 2f2084aca..dcfc83802 100644
--- a/.github/workflows/bindings_java.yml
+++ b/.github/workflows/bindings_java.yml
@@ -119,7 +119,7 @@ jobs:
java-version: '8'
cache: 'maven'
gpg-private-key: ${{ env.MAVEN_GPG_PRIVATE_KEY }}
- gpg-passphrase: ${{ env.MAVEN_GPG_PASSPHRASE }}
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
- uses: actions/setup-python@v4
with:
python-version: '3.10'
@@ -176,7 +176,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_CENTRAL_TOKEN
gpg-private-key: ${{ env.MAVEN_GPG_PRIVATE_KEY }}
- gpg-passphrase: ${{ env.MAVEN_GPG_PASSPHRASE }}
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Prepare enviroment variables
run: echo "LOCAL_STAGING_DIR=$HOME/local-staging" >> $GITHUB_ENV