Skip to content

Commit 40c1955

Browse files
Backport to branch(3.12) : [addendum] Use JReleaser to release artifacts in Maven Central (#2869)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 5fcd19c commit 40c1955

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
@@ -23,8 +23,6 @@ jobs:
2323
SIGNING_SECRET_KEY_RING: ${{ secrets.SIGNING_SECRET_KEY_RING }}
2424
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
2525
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
26-
OSSRH_USERNAMAE: ${{ secrets.OSSRH_USERNAMAE }}
27-
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
2826

2927
create-release:
3028
needs: upload-artifacts

.github/workflows/upload-artifacts.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ on:
2222
required: true
2323
SIGNING_PASSWORD:
2424
required: true
25-
OSSRH_USERNAMAE:
26-
required: true
27-
OSSRH_PASSWORD:
28-
required: true
2925

3026
jobs:
3127
upload-artifacts:

0 commit comments

Comments
 (0)