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 5a6cb72 commit 875a962Copy full SHA for 875a962
.github/scripts/publish-npm.sh
@@ -35,7 +35,6 @@ do
35
echo "🔑 Authenticated with GITHUB"
36
elif [[ $REGISTRY == 'NPM' ]]; then
37
npm config set @db-ui:registry https://registry.npmjs.org/
38
- npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
39
echo "🔑 Authenticated with NPM"
40
else
41
echo "Could not authenticate with $REGISTRY"
0 commit comments