Skip to content

Commit

Permalink
Fixing Java version in Github publish action (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbooms authored Dec 15, 2020
1 parent 31e5153 commit 8331c25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '11'
- name: Publish to the Maven Central Repository
run: ./gradlew clean -PsigningKey='${{ secrets.GPG_SIGNING_KEY }}' -PsigningPassword='${{ secrets.GPG_SIGNING_PASSWORD }}' publish
env:
Expand Down

0 comments on commit 8331c25

Please sign in to comment.