Skip to content

Commit

Permalink
Fixes #53 - Fix stable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 18, 2024
1 parent 8d43285 commit f9b0218
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stable.yml
Expand Up @@ -25,11 +25,11 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_TOKEN }}
- name: Set up Java 20
- name: Set up Java 21
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 20
java-version: 21
- name: Build with Maven
run: |
VERSION=${{ github.event.inputs.version }}
Expand All @@ -51,11 +51,11 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_TOKEN }}
- name: Set up Java 20
- name: Set up Java 21
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 20
java-version: 21
- name: Build with Maven
run: |
set VERSION=${{ github.event.inputs.version }}
Expand Down

0 comments on commit f9b0218

Please sign in to comment.