Skip to content

Commit 2e7c4c3

Browse files
committed
bump library version
1 parent a36efc3 commit 2e7c4c3

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,11 @@ jobs:
5454

5555
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
5656

57-
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
57+
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
58+
59+
60+
- name: HTTP Request Action
61+
uses: fjogeleit/http-request-action@v1.16.4
62+
with:
63+
url: 'https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/ly.com.tahaben'
64+
bearerToken: ${{ secrets.OSSRH_HEADER }}

convention-plugins/src/main/kotlin/convention.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ publishing {
5252
repositories {
5353
maven {
5454
name = "sonatype"
55-
setUrl("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
55+
setUrl("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
5656
credentials {
5757
username = getExtraString("ossrhUsername")
5858
password = getExtraString("ossrhPassword")

0 commit comments

Comments
 (0)