We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7c20a commit 76e957aCopy full SHA for 76e957a
1 file changed
npm/release.sh
@@ -38,6 +38,7 @@ git config --local user.email "$RELEASE_GIT_EMAIL"
38
git commit -a -m "release $RELEASE_VERSION [no ci]"
39
git tag -m "version $RELEASE_VERSION" v$RELEASE_VERSION
40
git push origin $(git describe --tags --exact-match)
41
+ npm whoami
42
npm publish --access public --tag $RELEASE_NPM_TAG
43
git push origin $RELEASE_BRANCH
44
)
0 commit comments