Skip to content

Commit decc6cf

Browse files
committed
publish to central portal
Signed-off-by: Patrick <[email protected]>
1 parent 1fb27d2 commit decc6cf

File tree

4 files changed

+377
-387
lines changed

4 files changed

+377
-387
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
publish-release:
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
if: github.repository == 'secureCodeBox/defectdojo-client-java'
2828
permissions:
2929
contents: write # needed for release creation
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
java-version: 17
5151
distribution: temurin
52-
server-id: ossrh
52+
server-id: central
5353
server-username: MAVEN_USERNAME
5454
server-password: MAVEN_PASSWORD
5555
gpg-private-key: ${{ secrets.SIGNING_KEY }}

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
publish-snapshot:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
if: github.repository == 'secureCodeBox/defectdojo-client-java'
1818
steps:
1919

@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
java-version: 17
2727
distribution: temurin
28-
server-id: ossrh
28+
server-id: central
2929
server-username: MAVEN_USERNAME
3030
server-password: MAVEN_PASSWORD
3131

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: [pull_request, push, workflow_dispatch]
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515

1616
- name: Checkout repository

0 commit comments

Comments
 (0)