Skip to content

Commit aefa527

Browse files
authored
update passphrase (vesoft-inc#577)
1 parent 725463b commit aefa527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
uses: samuelmeuli/action-maven-publish@v1
6262
with:
6363
gpg_private_key: ${{ secrets.JAVA_GPG_PRIVATE_KEY }}
64-
gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
64+
gpg_passphrase: ""
6565
nexus_username: ${{ secrets.OSSRH_USERNAME }}
6666
nexus_password: ${{ secrets.OSSRH_TOKEN }}

.github/workflows/snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
uses: samuelmeuli/action-maven-publish@v1
6363
with:
6464
gpg_private_key: ${{ secrets.JAVA_GPG_PRIVATE_KEY }}
65-
gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
65+
gpg_passphrase: ""
6666
nexus_username: ${{ secrets.OSSRH_USERNAME }}
6767
nexus_password: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)