Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 30 May 19:32
· 23 commits to main since this release

fix(ci): heredoc commit message to keep the run: block scalar intact

The unindented lines inside the inline 'git commit -m "...multiline..."'
broke out of YAML's block scalar, which silently turned the 'on:'
trigger into a boolean alias (YAML 1.1 spec) and stopped tag pushes
from firing the release workflow. Write the message to a file and use
'git commit -F' instead.