Skip to content

Commit 0a7cd5e

Browse files
committed
ci: update workflows to set auth for correct server id
1 parent a618de8 commit 0a7cd5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
distribution: 'zulu'
3737
java-version: 17
38-
server-id: central
38+
server-id: central-portal-snapshots
3939
server-username: MAVEN_USERNAME
4040
server-password: MAVEN_PASSWORD
4141
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Full private key blob
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
distribution: 'zulu'
6565
java-version: 17
66-
server-id: central
66+
server-id: central-portal
6767
server-username: MAVEN_USERNAME
6868
server-password: MAVEN_PASSWORD
6969
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Full private key blob

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
<version>0.8.0</version>
370370
<extensions>true</extensions>
371371
<configuration>
372-
<publishingServerId>central</publishingServerId>
372+
<publishingServerId>central-portal</publishingServerId>
373373
<autoPublish>true</autoPublish>
374374
<waitUntil>published</waitUntil>
375375
</configuration>

0 commit comments

Comments
 (0)