We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de7af5 commit a3c42b9Copy full SHA for a3c42b9
scripts/release/index.js
@@ -43,7 +43,7 @@ async function run() {
43
core.setOutput('release_version', nextRelease.version);
44
45
// cnpm sync
46
- const res = await request(`https://registry.npmmirror.com/-/package/${pkgInfo.name}/syncs`, { method: 'PUT' });
+ const res = await request(`https://registry-direct.npmmirror.com/-/package/${pkgInfo.name}/syncs`, { method: 'PUT' });
47
const { id } = await res.body.json();
48
const logUrl = `https://registry.npmmirror.com/-/package/${pkgInfo.name}/syncs/${id}/log`;
49
core.setOutput('cnpm_sync_url', logUrl);
0 commit comments