Skip to content

Commit a77aeb8

Browse files
Backport to branch(3.14) : [addendum] Use JReleaser to release artifacts in Maven Central (#2867)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 39651ec commit a77aeb8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
SIGNING_SECRET_KEY_RING: ${{ secrets.SIGNING_SECRET_KEY_RING }}
1919
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
2020
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
21-
OSSRH_USERNAMAE: ${{ secrets.OSSRH_USERNAMAE }}
22-
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
2321

2422
create-release:
2523
needs: upload-artifacts

.github/workflows/upload-artifacts.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ on:
1212
required: true
1313
SIGNING_PASSWORD:
1414
required: true
15-
OSSRH_USERNAMAE:
16-
required: true
17-
OSSRH_PASSWORD:
18-
required: true
1915

2016
jobs:
2117
upload-artifacts:

0 commit comments

Comments
 (0)