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 5b1878d commit 3304ef2Copy full SHA for 3304ef2
.github/scripts/publish-npm.sh
@@ -39,7 +39,6 @@ do
39
echo "🔑 Authenticated with GITHUB"
40
elif [[ $REGISTRY == 'NPM' ]]; then
41
npm config set @db-ui:registry https://registry.npmjs.org/
42
- npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
43
echo "🔑 Authenticated with NPM"
44
else
45
echo "Could not authenticate with $REGISTRY"
0 commit comments