fix(ci): use split() instead of matches() in Release job guard #41
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)
|