Skip to content

Commit 4bdedb6

Browse files
committed
Scrub last reference to NPM_Token
1 parent 16c6f80 commit 4bdedb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/publish-npm-binary.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ cp "README.md" "${NPM_DIR}/${node_pkg}/"
5959

6060
# Publish package
6161
cd "${NPM_DIR}/${node_pkg}"
62-
npm config set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
6362
npm publish --access public
6463

6564
echo "Successfully published ${node_pkg}"

0 commit comments

Comments
 (0)