Skip to content

Commit

Permalink
Explicit publish to Sonartype (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Jul 21, 2021
1 parent 3bc470d commit 77fe8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
path: build/dokka/html
- name: Publish
run: ./gradlew -Pversion=$version -Dorg.gradle.parallel=false publish closeAndReleaseStagingRepository
run: ./gradlew -Pversion=$version -Dorg.gradle.parallel=false publishToSonatype closeAndReleaseStagingRepository
env:
SIGNING_PRIVATE_KEY: ${{ secrets.SIGNING_PRIVATE_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
Expand Down

0 comments on commit 77fe8d3

Please sign in to comment.