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:
42
42
pnpm --filter "./packages/**" publish --provenance --access public
43
43
elif git log -1 --pretty=%B | grep "^release: [0-9]\+\.[0-9]\+\.[0-9]\+-beta\.[0-9]\+$";
44
44
then
45
- pnpm --filter "./packages/**" publish --provenance --access public --tag beta
45
+ pnpm --filter "./packages/**" publish --provenance --access public --tag beta --no-git-checks
46
46
elif git log -1 --pretty=%B | grep "^release: [0-9]\+\.[0-9]\+\.[0-9]\+-next\.[0-9]\+$";
47
47
then
48
- pnpm --filter "./packages/**" publish --provenance --access public --tag next
48
+ pnpm --filter "./packages/**" publish --provenance --access public --tag next --no-git-checks
49
49
else
50
50
echo "Not a release, skipping publish"
51
51
fi
You can’t perform that action at this time.
0 commit comments