Skip to content

Commit

Permalink
Try to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Apr 2, 2021
1 parent 31abdf9 commit 7cd0ed7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
java-version: 8
- uses: eskatos/gradle-command-action@v1
with:
arguments: --no-daemon --info --stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository
# For now, release manually; closeAndReleaseSonatypeStagingRepository when I have confidence
arguments: --no-daemon --info --stacktrace publishToSonatype closeSonatypeStagingRepository -PsonatypeUsername=${{ secrets.SONATYPE_USERNAME }} -PsonatypePassword=${{ secrets.SONATYPE_PASSWORD }}
dependencies-cache-enabled: true
configuration-cache-enabled: true
env:
ORG_GRADLE_PROJECT_SONATYPEPASSWORD: ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEPASSWORD }}
ORG_GRADLE_PROJECT_SONATYPEUSERNAME: ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEUSERNAME }}
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}

0 comments on commit 7cd0ed7

Please sign in to comment.