Skip to content

Commit c96667f

Browse files
committed
refactor: we don't push to GitHub at the moment
1 parent 14ea1a4 commit c96667f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github/publish-npm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if (PRE_RELEASE) {
6565
}
6666

6767
console.log(`📰 Publish Package to Registry with tag: ${TAG}`);
68-
const registries = ['GITHUB', 'NPM'];
68+
const registries = ['NPM']; // 'GITHUB', -> we don't push to GitHub packages at the moment
6969

7070
for (const REGISTRY of registries) {
7171
console.log(`🔒 Authenticate ${REGISTRY} NPM Registry`);

0 commit comments

Comments
 (0)