1 parent e9e213d commit 0b14b90Copy full SHA for 0b14b90
1 file changed
utils/CIRelease.sh
@@ -36,7 +36,7 @@ for PACKAGE in $PACKAGES ; do
36
done
37
38
sed -i "s#https://registry.npmjs.org/#${NPM_LOCAL_REGISTRY_URL}#" package.json
39
- npm publish --registry $NPM_LOCAL_REGISTRY_URL
+ npm publish --registry $NPM_LOCAL_REGISTRY_URL --tag next
40
41
42
# Install @merkur scoped packages from local registry
0 commit comments