Skip to content

Commit

Permalink
Correct staging repo base url
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus authored Feb 2, 2024
1 parent e88c757 commit 0019cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
username: ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEPASSWORD }}
password: ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEUSERNAME }}
staging_profile_id: ${{ secrets.SONATYPE_PROFILE_ID }}
# Defaults to the https://oss.sonatype.org, not https://s01.oss.sonatype.org
base_url: https://s01.oss.sonatype.org/service/local/
description: ${{ github.repository }}/${{ github.workflow }}#${{ github.run_number }}

release:
Expand Down

0 comments on commit 0019cd0

Please sign in to comment.