Use beta tag

This commit is contained in:
ahocevar
2019-06-24 09:53:21 +02:00
parent 2df5f85018
commit 5cc1ff0f45

View File

@@ -76,7 +76,7 @@ main() {
npm install
npm run build-package
cd ${BUILT_PACKAGE}
npm publish
npm publish --tag beta
}
if test ${#} -ne 1; then