Skip to content

Commit

Permalink
fix(ci): name
Browse files Browse the repository at this point in the history
  • Loading branch information
gaebel authored Apr 20, 2021
1 parent 6572db5 commit 9fb60dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to Bintray
name: Publish to Sonatype
on:
release:
types: [published]
Expand All @@ -23,4 +23,4 @@ jobs:
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
run: ./gradlew publishAllPublicationsToSonatypeRepository
run: ./gradlew publishAllPublicationsToSonatypeRepository

0 comments on commit 9fb60dd

Please sign in to comment.