Skip to content

fix(ci): use split() instead of matches() in Release job guard #41

fix(ci): use split() instead of matches() in Release job guard

fix(ci): use split() instead of matches() in Release job guard #41

Triggered via push June 13, 2026 18:27
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

1 error
Invalid workflow file: .github/workflows/release.yml#L1
(Line: 23, Col: 9): Unrecognized function: 'split'. Located at position 89 within expression: github.event_name == 'workflow_dispatch' || (startsWith(github.ref_name, 'v') && length(split(github.ref_name, '.')) == 3)