Commit e2c04be
fix: use block scalar in publish workflow to fix YAML syntax error
The inline `{ registry: ... }` was parsed as a YAML flow mapping instead
of literal text, causing a workflow validation failure on line 50.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cef20d4 commit e2c04be
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments