Skip to content

Commit 0b91483

Browse files
authored
Change action for maven username and password (#1385)
Signed-off-by: JermaineHua <[email protected]>
1 parent 1eb9624 commit 0b91483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Build with Maven
2727
run: mvn --batch-mode deploy -DskipTests -Prelease
2828
env:
29-
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
30-
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
29+
MAVEN_USERNAME: ${{ secrets.NEW_MAVEN_PASSWORD }}
30+
MAVEN_PASSWORD: ${{ secrets.NEW_MAVEN_USERNAME }}
3131
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)