Skip to content

Commit 1922e2b

Browse files
committed
fix(ci): format publish.yml with double quotes
Assisted-by: Claude
1 parent 7ef496b commit 1922e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
paths:
8-
- 'packages/*/package.json'
8+
- "packages/*/package.json"
99
workflow_dispatch:
1010

1111
concurrency:

0 commit comments

Comments
 (0)