Skip to content

Commit

Permalink
Updated publication config
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Aug 8, 2024
1 parent 0492b29 commit bb0db64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Publish
env:
SONATYPE_REPOSITORY_ID: ${{ needs.create-staging-repository.outputs.repository_id }}
SONATYPE_USER_NAME: ${{ secrets.SONATYPE_USER_NAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ setupDefaults(
signingKey = System.getenv("SIGNING_KEY"),
signingPassword = System.getenv("SIGNING_PASSWORD"),
repositoryUrl = "https://oss.sonatype.org/service/local/staging/deployByRepositoryId/${System.getenv("SONATYPE_REPOSITORY_ID")}",
repositoryUserName = "arkivanov",
repositoryUserName = System.getenv("SONATYPE_USER_NAME"),
repositoryPassword = System.getenv("SONATYPE_PASSWORD"),
),
)
Expand Down

0 comments on commit bb0db64

Please sign in to comment.