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 331614b commit 0228ec0Copy full SHA for 0228ec0
.github/scripts/publish-npm.sh
@@ -51,7 +51,6 @@ do
51
echo "🔑 Authenticated with GITHUB"
52
elif [[ $REGISTRY == 'NPM' ]]; then
53
npm config set @db-ui:registry https://registry.npmjs.org/
54
- npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
55
echo "🔑 Authenticated with NPM"
56
else
57
echo "Could not authenticate with $REGISTRY"
0 commit comments