File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
4242 pnpm --filter "./packages/**" publish --provenance --access public
4343 elif git log -1 --pretty=%B | grep "^release: [0-9]\+\.[0-9]\+\.[0-9]\+-beta\.[0-9]\+$";
4444 then
45- pnpm --filter "./packages/**" publish --provenance --access public --tag beta
45+ pnpm --filter "./packages/**" publish --provenance --access public --tag beta --no-git-checks
4646 elif git log -1 --pretty=%B | grep "^release: [0-9]\+\.[0-9]\+\.[0-9]\+-next\.[0-9]\+$";
4747 then
48- pnpm --filter "./packages/**" publish --provenance --access public --tag next
48+ pnpm --filter "./packages/**" publish --provenance --access public --tag next --no-git-checks
4949 else
5050 echo "Not a release, skipping publish"
5151 fi
You can’t perform that action at this time.
0 commit comments