link package to repo
All checks were successful
Distribution check / Generated files check (push) Successful in -1m58s
NPM Audit Check / Check NPM audit (push) Successful in -2m10s
Unit tests / Unit tests (latest) (push) Successful in -2m0s
Unit tests / Unit tests (lts/*) (push) Successful in -2m0s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m59s

This commit is contained in:
2025-11-11 01:04:50 -05:00
parent 8574ca8ecb
commit 8f96ff74ec
5 changed files with 6 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ export async function main() {
body,
headers
});
await ky.post(`${context.serverUrl}/api/v1/packages/${context.repo.owner}/arch/${pkg.package}/-/link/${pkg.package}`, { headers });
}
await deletePackages(parsedData.move, headers);
return;