Skip to content

Commit

Permalink
Fix java version error
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinperera00 committed Nov 19, 2024
1 parent 8a880de commit 0e7d54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
java-version: 21.0.3
- name: Set version env variable
run: echo "VERSION=$((grep -w "version" | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV
- name: Pre release depenency version update
Expand Down

0 comments on commit 0e7d54a

Please sign in to comment.