Skip to content

Commit 3304ef2

Browse files
authored
Update publish-npm.sh
1 parent 5b1878d commit 3304ef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/publish-npm.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ do
3939
echo "🔑 Authenticated with GITHUB"
4040
elif [[ $REGISTRY == 'NPM' ]]; then
4141
npm config set @db-ui:registry https://registry.npmjs.org/
42-
npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
4342
echo "🔑 Authenticated with NPM"
4443
else
4544
echo "Could not authenticate with $REGISTRY"

0 commit comments

Comments
 (0)