Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit dce7710

Browse files
committed
changeset check use origin/main
1 parent 39a9b85 commit dce7710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
if [ -n "$(ls -A .changeset/*.md 2>/dev/null | grep -v README.md)" ]; then
114114
echo "✅ Changeset found"
115-
pnpm version:check
115+
pnpm changeset status --since=origin/main
116116
else
117117
echo "⚠️ No changeset found. If this PR includes changes that should be published, please add a changeset:"
118118
echo " pnpm changeset"

0 commit comments

Comments
 (0)