Skip to content

Commit 9f6c681

Browse files
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

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: ⎔ Setup pnpm
8484
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
8585

86-
- name: ⎔ Setup Node.js
86+
- name: ⎔ Setup Node.js
8787
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
8888
with:
8989
node-version: 24

0 commit comments

Comments
 (0)