diff --git a/build/release.sh b/build/release.sh index 96ae8a8b4..eb460af3b 100644 --- a/build/release.sh +++ b/build/release.sh @@ -22,5 +22,5 @@ then # publish git push origin refs/tags/v$VERSION git push - npm publish --tag next + npm publish fi