Skip to content

ci(release): avoid heredoc in workflow guard - #6

Merged
crup merged 1 commit into
mainfrom
next
Apr 7, 2026
Merged

ci(release): avoid heredoc in workflow guard#6
crup merged 1 commit into
mainfrom
next

Conversation

@crup

@crupcrup commented Apr 7, 2026

Copy link
Copy Markdown
Owner

Fixes the release workflow YAML parser error reported on line 109 by replacing the embedded heredoc with a node -e command inside the guard step.

Context:

  • PR ci(release): refine stable release workflow #4 moved docs/install guidance to npm latest and added stable-release dropdown inputs.
  • GitHub rejected release.yml because the heredoc terminator inside the YAML block was parsed as invalid YAML.

Validation run locally:

  • pnpm readme:check
  • git diff --check

@github-actions

Copy link
Copy Markdown

Bundle size report

EntryFilesRawGzipBrotliRaw deltaGzip deltaBrotli delta
core24.44 kB1.52 kB1.40 kB0 B0 B0 B
timer group add-on310.93 kB3.83 kB3.50 kB0 B0 B0 B
schedules add-on38.62 kB3.02 kB2.78 kB0 B0 B0 B
duration helper1318 B224 B192 B0 B0 B0 B
diagnostics helper1105 B115 B90 B0 B0 B0 B
core CJS14.71 kB1.63 kB1.50 kB0 B0 B0 B
timer group CJS111.02 kB3.86 kB3.54 kB0 B0 B0 B
schedules CJS18.71 kB3.04 kB2.81 kB0 B0 B0 B
duration CJS1808 B475 B424 B0 B0 B0 B
diagnostics CJS1605 B367 B326 B0 B0 B0 B

@crup
crup merged commit cb3e795 into mainApr 7, 2026
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@crup