Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo authored Jan 31, 2023
1 parent 80d4bda commit 4e0b1c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '11'
- name: Configure GPG Key
run: |
mkdir ~/.gpgkey
Expand Down

0 comments on commit 4e0b1c0

Please sign in to comment.