Skip to content

Commit d9cd6e2

Browse files
committed
fix(ci): add user/pass to javasetup (#1832)
1 parent c2e5b92 commit d9cd6e2

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
@@ -201,6 +201,9 @@ jobs:
201201
cache: maven
202202
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
203203
gpg-passphrase: GPG_PASSPHRASE
204+
server-id: ossrh
205+
server-username: MAVEN_USERNAME
206+
server-password: MAVEN_PASSWORD
204207
- name: Publish package
205208
run: mvn -Prelease clean deploy -DskipTests
206209
env:

0 commit comments

Comments
 (0)