Skip to content

Instantly share code, notes, and snippets.

@Chuckame
Created January 22, 2024 10:24
Show Gist options
  • Save Chuckame/fa2e8f2c2b1a3cb4598a3ba3cbc4ba7f to your computer and use it in GitHub Desktop.
Save Chuckame/fa2e8f2c2b1a3cb4598a3ba3cbc4ba7f to your computer and use it in GitHub Desktop.
One liner for getting the latest release version on a github repository
basename $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/<user>/<repo>/releases/latest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment