Skip to content

Commit

Permalink
Fix publish release artifact GitHub action (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Feb 8, 2023
1 parent bce54c5 commit 97e080b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: 11
distribution: 'temurin'
- name: Set version
id: set-version
run: |
Expand Down

0 comments on commit 97e080b

Please sign in to comment.