Skip to content

Commit

Permalink
Fix java installation
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Apr 6, 2021
1 parent 54e81c2 commit 8c5c27b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Java 11
uses: actions/setup-java@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: '11'
java-version: 11
- run: gpg --quiet --batch --yes --decrypt --passphrase="$PASS" --output=secring.gpg secring.gpg.gpg
env:
PASS: ${{ secrets.FREEFAIR_SECRING_PASS }}
Expand Down

0 comments on commit 8c5c27b

Please sign in to comment.