From 78142522dbf2b18f92a7423ddb4507280b70c835 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 26 Apr 2026 02:18:00 +0900 Subject: [PATCH] wow --- .forgejo/workflows/update-helium.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update-helium.yml b/.forgejo/workflows/update-helium.yml index 0d8467b..acb47a2 100644 --- a/.forgejo/workflows/update-helium.yml +++ b/.forgejo/workflows/update-helium.yml @@ -20,7 +20,7 @@ jobs: CURRENT_VERSION=$(grep 'version = ' pkgs/helium/default.nix | head -1 | grep -oP '"[^"]+"' | tr -d '"') echo "Current version: $CURRENT_VERSION" - LATEST_VERSION=$(curl -fsSL https://api.github.com/repos/imputnet/helium-linux/releases/latest | nix run nixpkgs#jq -- -r '.tag_name') + LATEST_VERSION=$(curl -fsSL https://api.github.com/repos/imputnet/helium-linux/releases | nix run nixpkgs#jq -- -r '.[0].tag_name') echo "Latest version: $LATEST_VERSION" if [ "$CURRENT_VERSION" = "$LATEST_VERSION" ]; then