Skip to content

fix(ci): drop stray --- after gh release create#22

Merged
NJannasch merged 1 commit into
mainfrom
fix/release-workflow-stray-marker
May 9, 2026
Merged

fix(ci): drop stray --- after gh release create#22
NJannasch merged 1 commit into
mainfrom
fix/release-workflow-stray-marker

Conversation

@NJannasch

Copy link
Copy Markdown
Owner

Summary

  • Removes an orphan `---` line that sat inside the `Create release` step's bash script (line 145 of `build.yml`).
  • After `gh release create` finished, bash kept reading the `run: |` block and tried to execute `---` as a command, exiting 127. The release artifacts had already been uploaded, so this was cosmetic — it just turned the workflow run red.

Verified

Test plan

  • CI lint + build pass on this PR
  • Next release tag (v0.14.1+) runs the workflow to green

After the successful `gh release create` step, an orphan `---` line
sat at the same indentation as the bash commands inside `run: |` and
was executed as a shell command, failing with `command not found`
(exit 127). The release itself was already complete (binaries uploaded,
release page created), so this only made the workflow run go red after
the work was done.
@NJannasch NJannasch merged commit 9d02219 into main May 9, 2026
6 checks passed
Sign up for free to 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