Skip to content

Commit

Permalink
Fixed API call
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Sep 18, 2024
1 parent 87e3ab7 commit 099faa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openjdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
VERSION="$(
curl --silent --show-error --location --fail \
--url "https://api.github.com/repos/adoptium/temurin${MAJOR_VERSION}-binaries/releases" \
--url "https://api.github.com/repos/adoptium/temurin${MAJOR_VERSION}-binaries/releases/latest" \
| jq --raw-output '.tag_name'
)"
Expand Down

0 comments on commit 099faa3

Please sign in to comment.