Skip to content

Commit 6061b87

Browse files
committed
Switch server username and password
1 parent 72f709a commit 6061b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-latest-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
java-version: '11'
1515
distribution: 'temurin'
1616
server-id: ossrh
17-
server-username: ${{ secrets.OSSRH_USERNAME }}
18-
server-password: ${{ secrets.OSSRH_TOKEN }}
17+
server-username: MAVEN_USERNAME
18+
server-password: MAVEN_PASSWORD
1919
- id: install-secret-key
2020
name: Install gpg secret key
2121
run: |

0 commit comments

Comments
 (0)