Skip to content

Commit 0fe0021

Browse files
author
Nemobot
committed
fix release script
1 parent b2489c6 commit 0fe0021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tasks/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ git commit -m "v$VERSION"
2323
git push origin HEAD:main
2424

2525
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> $HOME/.npmrc
26-
pnpm publish --non-interactive
26+
pnpm publish --publish-branch main

0 commit comments

Comments
 (0)