We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c432a commit ec50f02Copy full SHA for ec50f02
ci/publish.sh
@@ -6,9 +6,8 @@ docker push $DOCKER_IMAGE_NAME:$DOCKER_TAG
6
# Publish npm package
7
if [ "$IS_RELEASE" = true ]; then
8
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
9
- echo "//registry.npmjs.org/:email=$NPM_EMAIL" >> ~/.npmrc
10
chmod 0600 .npmrc
11
- cat .npmrc
+ cat ~/.npmrc
12
npm --no-git-tag-version version $DOCKER_TAG
13
npm publish
14
fi
0 commit comments