From 15787a2e5a0b77413599ec2c063b2bd16a8cf129 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 13 Feb 2023 12:11:22 +0000 Subject: [PATCH] chore: update tag name --- scripts/release-publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-publish b/scripts/release-publish index 64d22fd494..2094c5cb15 100755 --- a/scripts/release-publish +++ b/scripts/release-publish @@ -8,7 +8,7 @@ fi yarn build -./scripts/workspace-run npm publish --tag 2.x -q +./scripts/workspace-run npm publish --tag 2x -q git tag -a v$1 -m v$1 git push --tags