Skip to content

Commit

Permalink
Merge branch 'main' into pierce/support-provenance-1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
celloman authored Aug 9, 2024
2 parents b442f4e + 508df73 commit ed2d9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
- name: Publish to Maven Central
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
OSSRH_USERNAME: ${{ secrets.OSSRH_ACCESS_TOKEN_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_ACCESS_TOKEN_PASSWORD }}
run: |
echo "Publishing release for version [$RELEASE_VERSION]"
./kotlin-tools/gradlew publishToSonatype $(if [ "${{github.event.release.prerelease}}" = "true" ]; then echo 'closeSonatypeStagingRepository'; else echo 'closeAndReleaseSonatypeStagingRepository'; fi) \
Expand Down

0 comments on commit ed2d9a6

Please sign in to comment.