Skip to content

Commit

Permalink
use temurin jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored and jonas-grgt committed Mar 24, 2024
1 parent 6d83ae6 commit 67e623c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
- name: Bump version
id: bump
run: "./mvnw versions:set -DnewVersion=${{ github.event.inputs.tag }} -DprocessAllModules && ./mvnw versions:commit -DprocessAllModules"
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
- name: Stage Release
run: ./mvnw -Prelease deploy -DaltDeploymentRepository=local::file:./target/staging-deploy
- name: Release
Expand Down

0 comments on commit 67e623c

Please sign in to comment.