Skip to content

Commit

Permalink
ci: Automated Maven Central Release on Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Apr 26, 2020
1 parent 9164341 commit 979b8bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Gradle Build
if: success()
env:
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.ORG_GRADLE_PROJECT_ossrhUsername }}
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.ORG_GRADLE_PROJECT_ossrhPassword }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_signingKey }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_signingPassword }}
run: ./gradlew uploadArchives -Psign

0 comments on commit 979b8bb

Please sign in to comment.