From d606b2d7b3741b45590fe1eb46407de360fb0e67 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 4 Aug 2021 15:53:04 +0200 Subject: [PATCH] build: change tag to beta --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 8c8394c9..1376b31f 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -33,7 +33,7 @@ then git tag "v$VERSION" # commit - yarn publish --tag next --new-version "$VERSION" --no-commit-hooks --no-git-tag-version + yarn publish --tag beta --new-version "$VERSION" --no-commit-hooks --no-git-tag-version # publish git push origin refs/tags/v$VERSION -- 2.47.3