Skip to content

Commit a272f26

Browse files
committed
Turn off git-checks when publishing from the CI
1 parent fb8e712 commit a272f26

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.npmjs.org/:_authToken=$NPM_TOKEN" >> $HOME/.npmrc
26-
pnpm publish --publish-branch main
26+
pnpm publish --git-checks false

0 commit comments

Comments
 (0)