Skip to content

Commit

Permalink
πŸ’š Fix setup of delivery GitHub workflow
Browse files Browse the repository at this point in the history
The Sonatype URL was targeting the old endpoint.
  • Loading branch information
LVMVRQUXL committed Jul 24, 2024
1 parent 80a1b3f commit ad2e330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
username: ${{ secrets.SONATYPE_USERNAME }}
password: ${{ secrets.SONATYPE_PASSWORD }}
staging_profile_id: ${{ secrets.SONATYPE_PROFILE }}
base_url: https://s01.oss.sonatype.org/service/local/
description:
Kotools Types ${{ env.PROJECT_VERSION }} (${{ github.run_number }})
# --------------------------------- Stage 2 ----------------------------------
Expand Down

0 comments on commit ad2e330

Please sign in to comment.