github actions: add publish pipeline #1
build-test-publish.yml
on: push
build-test
publish
Annotations
1 error
Invalid workflow file:
.github/workflows/build-test-publish.yml#L66
The workflow is not valid. .github/workflows/build-test-publish.yml (Line: 66, Col: 9): Unexpected end of expression: '||'. Located at position 132 within expression: github.event_name == 'tag' || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')) ||
|