diff --git a/scripts/test.ts b/scripts/test.ts index 6ff824e1..bff60bbe 100644 --- a/scripts/test.ts +++ b/scripts/test.ts @@ -54,7 +54,7 @@ switch (arg) { await uploadBinsToR2({ github, context }, "canary"); break; case "upload-stable": - context.ref = "v0.6.0"; + context.ref = "v0.6.1"; await uploadBinsToR2({ github, context }, "stable"); break; default: