Skip to content

Commit

Permalink
chore(release): change release workflow confiugration
Browse files Browse the repository at this point in the history
Update setup-java step.
  • Loading branch information
puneetbehl committed Mar 7, 2024
1 parent 61a3800 commit 07ac0ea
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 @@ -15,8 +15,8 @@ jobs:
- uses: gradle/wrapper-validation-action@v2
- uses: actions/setup-java@v4
with:
- java-version: 11
- distribution: temurin
java-version: 11
distribution: temurin
- name: Get the current release version
id: release_version
run: echo "value=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 07ac0ea

Please sign in to comment.