add publish workflow #1
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/publish_job.yml#L1
(Line: 34, Col: 9): Unexpected symbol: ')'. Located at position 253 within expression: (github.event_name == 'schedule' && github.ref_name == 'develop') ||
(github.event_name == 'push' && github.ref_type == 'tag') ||
(github.event_name == 'workflow_dispatch') &&
(github.event.inputs.ref == 'develop' || github.event.inputs.ref == 'tag'))
|