Skip to content

Commit

Permalink
show every tag
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jan 27, 2025
1 parent e28b9db commit 8dff268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ get_versions() {
PHOTON_VISION_RELEASES="$(wget -qO- https://api.github.com/repos/photonvision/photonvision/releases?per_page=$1)"

PHOTON_VISION_VERSIONS=$(get_photonvision_releases | \
sed -En 's/\"tag_name\": \"(Dev|v.+)\",/\1/p' | \
sed -En 's/\"tag_name\": \"(.+)\",/\1/p' | \
sed 's/^[[:space:]]*//'
)
echo "$PHOTON_VISION_VERSIONS"
Expand Down

0 comments on commit 8dff268

Please sign in to comment.