Skip to content

Commit

Permalink
refactor: we don't push to GitHub at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jan 28, 2025
1 parent 14ea1a4 commit c96667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github/publish-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if (PRE_RELEASE) {
}

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

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

0 comments on commit c96667f

Please sign in to comment.