We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d628b5d commit 6d1505fCopy full SHA for 6d1505f
1 file changed
npm/release.sh
@@ -38,7 +38,6 @@ 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 --provenance --access public --tag $RELEASE_NPM_TAG
43
git push origin $RELEASE_BRANCH
44
)
0 commit comments