From cc03a9833fcb10fce784d712b2bd4766f93e3be0 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Tue, 8 Mar 2022 17:36:11 +0100 Subject: [PATCH] chore: update npm tag --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 6116724bf..431c9e1de 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -10,4 +10,4 @@ echo "Bumping version to new tag: ${lastTag}" echo "//$REGISTRY_URL/:_authToken=$REGISTRY_AUTH_TOKEN" > .npmrc # Publish to NPM -npm publish --registry https://$REGISTRY_URL/ --tag previous +npm publish --registry https://$REGISTRY_URL/ --tag 4-next