Skip to content

Commit 1c490ad

Browse files
fix: remove npm token publishing
1 parent ffbb285 commit 1c490ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/publish.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
echo "Publishing to $RELEASE_TAG"
3-
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
43
npm publish node_modules/@analogjs/astro-angular --tag $RELEASE_TAG
54
npm publish node_modules/@analogjs/content --tag $RELEASE_TAG
65
npm publish node_modules/@analogjs/platform --tag $RELEASE_TAG

0 commit comments

Comments
 (0)