Commit 9f6c681
authored
fix(ci): correct YAML indentation in release publish job (#145)
The `Setup Node.js` step in the `publish` job was over-indented, making
`release.yml` invalid YAML. This caused the v0.2.5 release runs to fail
at 0s ("workflow file issue") so the publish job never ran — npm latest
is still 0.2.4.
Introduced in #128. Fix re-aligns the step to 6 spaces; YAML now parses.1 parent 4c76558 commit 9f6c681
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments