From 9289cf6fade7c7a7437488051dab3d27f56f9bbf Mon Sep 17 00:00:00 2001 From: BenRey Date: Mon, 8 Jul 2024 16:02:17 +0200 Subject: [PATCH] Fix tag next --- scripts/publish-next.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-next.sh b/scripts/publish-next.sh index c2612267..93e0553b 100755 --- a/scripts/publish-next.sh +++ b/scripts/publish-next.sh @@ -22,4 +22,4 @@ for packageDir in packages/*; do fi done -npm publish --ws --access public --tag ${TAG} \ No newline at end of file +npm publish --ws --access public --tag ${TAG}next \ No newline at end of file