There was an error while loading. Please reload this page.
1 parent 39a9b85 commit dce7710Copy full SHA for dce7710
1 file changed
.github/workflows/ci.yml
@@ -112,7 +112,7 @@ jobs:
112
run: |
113
if [ -n "$(ls -A .changeset/*.md 2>/dev/null | grep -v README.md)" ]; then
114
echo "✅ Changeset found"
115
- pnpm version:check
+ pnpm changeset status --since=origin/main
116
else
117
echo "⚠️ No changeset found. If this PR includes changes that should be published, please add a changeset:"
118
echo " pnpm changeset"
0 commit comments