Skip to content

Commit 7a82034

Browse files
committed
fix(node-continuous-profiling): remove NPM_TOKEN reference
1 parent bd53f68 commit 7a82034

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ if [ "$TAG" != "v$VERSION" ]; then
1010
exit 255
1111
fi
1212

13-
npm set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
14-
npm publish --access public
13+
npm publish --access public --provenance

0 commit comments

Comments
 (0)