Skip to content

Commit 79f3931

Browse files
committed
chore: add logging on changeset check task
1 parent 547cb28 commit 79f3931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/v-next-changesets-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
pnpm changeset status --output=changes.json
3131
3232
if grep "\"releases\": \[\]," changes.json; then
33+
echo "No changesets found."
3334
echo "changesets=notfound" >> "$GITHUB_OUTPUT"
3435
else
36+
echo "Changesets found."
3537
echo "changesets=found" >> "$GITHUB_OUTPUT"
3638
fi
3739

0 commit comments

Comments
 (0)