Skip to content

refactor(ci): 用 job 级条件限制 publish 仅对 release 提交执行 (#1899) #318

refactor(ci): 用 job 级条件限制 publish 仅对 release 提交执行 (#1899)

refactor(ci): 用 job 级条件限制 publish 仅对 release 提交执行 (#1899) #318

Triggered via push June 25, 2026 08:10
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/publish.yml#L1
(Line: 22, Col: 9): Unrecognized named-value: 'env'. Located at position 13 within expression: startsWith( env.COMMIT_MESSAGE , 'chore(release):' ) || !(github.event_name == 'push' && github.ref_name != 'next' && contains( env.COMMIT_MESSAGE , '--tag=' ) != true)