Skip to content

Commit 0b14b90

Browse files
committed
fix: 🐛 add tag parameter for npm publish
1 parent e9e213d commit 0b14b90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/CIRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for PACKAGE in $PACKAGES ; do
3636
done
3737

3838
sed -i "s#https://registry.npmjs.org/#${NPM_LOCAL_REGISTRY_URL}#" package.json
39-
npm publish --registry $NPM_LOCAL_REGISTRY_URL
39+
npm publish --registry $NPM_LOCAL_REGISTRY_URL --tag next
4040
done
4141

4242
# Install @merkur scoped packages from local registry

0 commit comments

Comments
 (0)