Skip to content

Commit 149cf9f

Browse files
authored
fix(ci): add user/pass to javasetup (#1832)
1 parent 308c2e2 commit 149cf9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ jobs:
202202
cache: maven
203203
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
204204
gpg-passphrase: GPG_PASSPHRASE
205+
server-id: ossrh
206+
server-username: MAVEN_USERNAME
207+
server-password: MAVEN_PASSWORD
205208
- name: Publish package
206209
run: mvn -Prelease clean deploy -DskipTests
207210
env:

0 commit comments

Comments
 (0)