From bfe7460978a2045fd03d3ceffb45ea1122af21ca Mon Sep 17 00:00:00 2001 From: Kiet Ho Date: Tue, 13 Jan 2026 16:13:30 -0800 Subject: [PATCH] feat(desktop): output run URL after triggering canary release After triggering the workflow, the script now waits briefly and outputs the GitHub Actions run URL for easy access to monitor the build. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8ee48cb8a1..e72cdc97163 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "clean": "git clean -xdf node_modules", "clean:workspaces": "turbo clean", "release:desktop": "./apps/desktop/create-release.sh", - "release:canary": "gh workflow run release-desktop-canary.yml" + "release:canary": "gh workflow run release-desktop-canary.yml && sleep 2 && gh run list --workflow=release-desktop-canary.yml --limit=1 --json url -q '.[0].url'" }, "type": "module", "workspaces": [