We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1308b9a commit ae32d67Copy full SHA for ae32d67
install.sh
@@ -48,7 +48,7 @@ error() {
48
}
49
50
# Fetch the latest release tag from GitHub API
51
-curl -s $REPO_URL | grep -o '"tag_name": *"[^"]*"' | sed 's/.*": *"\([^"]*\)".*/\1/'
+LATEST_RELEASE=$(curl -s $REPO_URL | grep -o '"tag_name": *"[^"]*"' | sed 's/.*": *"\([^"]*\)".*/\1/')
52
53
echo ""
54
info "Latest release: $LATEST_RELEASE"
0 commit comments