Signed-off-by: laurentsimon <laurentsimon@google.com>

Signed-off-by: laurentsimon <laurentsimon@google.com>
This commit is contained in:
laurentsimon
2022-12-14 14:34:54 -08:00
committed by GitHub
parent 41d551cd45
commit f0aec773a6
3 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ minimum_version="$MINIMUM_INSTALLER_VERSION"
list=""
# Check the releases.
echo "Listing releases"
release_list=$(gh release list)
release_list=$(gh -R "$GITHUB_REPOSITORY" release list)
while read -r line; do
tag=$(echo "$line" | cut -f1)
if version_ge "$tag" "$minimum_version"; then