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 14ea1a4 commit c96667fCopy full SHA for c96667f
scripts/github/publish-npm.js
@@ -65,7 +65,7 @@ if (PRE_RELEASE) {
65
}
66
67
console.log(`📰 Publish Package to Registry with tag: ${TAG}`);
68
-const registries = ['GITHUB', 'NPM'];
+const registries = ['NPM']; // 'GITHUB', -> we don't push to GitHub packages at the moment
69
70
for (const REGISTRY of registries) {
71
console.log(`🔒 Authenticate ${REGISTRY} NPM Registry`);
0 commit comments