use repo name
Some checks failed
NPM Audit Check / Check NPM audit (push) Successful in -2m9s
Unit tests / Unit tests (latest) (push) Successful in -1m59s
Unit tests / Unit tests (lts/*) (push) Successful in -2m0s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m59s
Distribution check / Generated files check (push) Failing after -1m57s

This commit is contained in:
2025-11-11 01:10:56 -05:00
parent 8f96ff74ec
commit fc87114c36

View File

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