Skip to content

Commit 2636d90

Browse files
committed
Release workflow: the changeset folder wasn’t set correctly
1 parent 878da3c commit 2636d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- ".github/workflows/release.yml"
99
- "packages/**"
1010
- "!packages/**/*.md"
11-
- "changesets/**"
11+
- ".changeset/**"
1212
- "integrations/**"
1313
- "!integrations/**/*.md"
1414
- "pnpm-lock.yaml"

0 commit comments

Comments
 (0)