Skip to content

Commit 76e957a

Browse files
committed
Add npm whoami
1 parent 4b7c20a commit 76e957a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

npm/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ git config --local user.email "$RELEASE_GIT_EMAIL"
3838
git commit -a -m "release $RELEASE_VERSION [no ci]"
3939
git tag -m "version $RELEASE_VERSION" v$RELEASE_VERSION
4040
git push origin $(git describe --tags --exact-match)
41+
npm whoami
4142
npm publish --access public --tag $RELEASE_NPM_TAG
4243
git push origin $RELEASE_BRANCH
4344
)

0 commit comments

Comments
 (0)