We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm publish
1 parent f078df3 commit 80e4863Copy full SHA for 80e4863
scripts/circle-publish-npm
@@ -23,7 +23,7 @@ fi
23
if [[ "$branch" == "next" ]]; then
24
echo "Publishing with next tag because branch name is next"
25
# must set public access for scoped packages
26
- pnpm publish --tag next --access public
+ pnpm publish --publish-branch "$branch" --tag next --access public
27
else
28
- pnpm publish --access public
+ pnpm publish --publish-branch "$branch" --access public
29
fi
0 commit comments