We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d6346 commit 601fdd4Copy full SHA for 601fdd4
.github/workflows/pull-request-snapshot-diff.yml
@@ -55,7 +55,7 @@ jobs:
55
HAS_MINOR=0
56
HAS_MAJOR=0
57
58
- git diff --name-only origin/main...HEAD -- ".changeset/*.md" > .cs-files || true
+ git diff --name-only origin/main...HEAD -- .changeset/*.md > .cs-files || true
59
60
if [ -s .cs-files ]; then
61
while read -r f; do
0 commit comments