Skip to content

Commit 1fe76f3

Browse files
committed
update-fix
1 parent adce460 commit 1fe76f3

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
@@ -22,8 +22,8 @@ jobs:
2222
distribution: 'temurin'
2323
cache: maven
2424
server-id: ossrh
25-
server-username: OSSRH_USERNAME
26-
server-password: OSSRH_PASSWORD
25+
server-username: ${{ secrets.OSSRH_USERNAME }}
26+
server-password: ${{ secrets.OSSRH_PASSWORD }}
2727

2828
- name: Set up GPG
2929
uses: crazy-max/ghaction-import-gpg@v5

0 commit comments

Comments
 (0)