Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Sep 18, 2024
1 parent c01c890 commit 23353ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/openjdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
VERSION="$(
curl --silent --show-error --location --fail \
--url "https://api.github.com/repos/adoptium/temurin${MAJOR_VERSION}-binaries/releases/latest" \
| jq --raw-output '.tag_name'
| jq --raw-output '.tag_name' \
| sed 's/^jdk-//'
)"
echo "### Found version ${VERSION}"
Expand Down

0 comments on commit 23353ed

Please # to comment.