auto-release (#216)

* auto-release

* fixes

* fix secret name
This commit is contained in:
Chris Tate
2026-01-23 11:19:43 -06:00
committed by GitHub
parent ea17db8564
commit 57dc7602fc
6 changed files with 965 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const packageJson = JSON.parse(
const version = packageJson.version;
// GitHub release URL
const GITHUB_REPO = 'anthropics/agent-browser'; // Update this to your actual repo
const GITHUB_REPO = 'vercel-labs/agent-browser';
const DOWNLOAD_URL = `https://github.com/${GITHUB_REPO}/releases/download/v${version}/${binaryName}`;
async function downloadFile(url, dest) {