Skip to content

Commit ec50f02

Browse files
committed
wip
1 parent 79c432a commit ec50f02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/publish.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ docker push $DOCKER_IMAGE_NAME:$DOCKER_TAG
66
# Publish npm package
77
if [ "$IS_RELEASE" = true ]; then
88
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
9-
echo "//registry.npmjs.org/:email=$NPM_EMAIL" >> ~/.npmrc
109
chmod 0600 .npmrc
11-
cat .npmrc
10+
cat ~/.npmrc
1211
npm --no-git-tag-version version $DOCKER_TAG
1312
npm publish
1413
fi

0 commit comments

Comments
 (0)