fix: fix issue with env variable usage for version tag checks #4
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/deploy.yml#L1
(Line: 75, Col: 9): Unrecognized function: 'matches'. Located at position 29 within expression: github.ref_type == 'tag' && matches(github.ref_name, '^v[0-9]+(\.[0-9]+)+$'), (Line: 95, Col: 9): Unrecognized function: 'matches'. Located at position 29 within expression: github.ref_type == 'tag' && matches(github.ref_name, '^v[0-9]+(\.[0-9]+)+$'), (Line: 115, Col: 9): Unrecognized function: 'matches'. Located at position 30 within expression: github.ref_type != 'tag' || !matches(github.ref_name, '^v[0-9]+(\.[0-9]+)+$'), (Line: 136, Col: 9): Unrecognized function: 'matches'. Located at position 30 within expression: github.ref_type != 'tag' || !matches(github.ref_name, '^v[0-9]+(\.[0-9]+)+$')
|