Created
January 22, 2024 10:24
-
-
Save Chuckame/fa2e8f2c2b1a3cb4598a3ba3cbc4ba7f to your computer and use it in GitHub Desktop.
One liner for getting the latest release version on a github repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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