Consolidate release workflows to use reusable ci-tooling workflow
2 files · 22+ · 98-

Consolidate to reusable release workflow

2 files changed
  • publish.yml Removed standalone publish workflow (61 lines)
  • release.yml Rewrote to use ci-tooling reusable release workflow instead of inline publishing steps, reducing from 59 to 31 lines.
  • Release pipeline now delegates to the shared ci-tooling release workflow, ensuring consistent release behavior across all provide.io repositories and eliminating per-repo publishing logic. decouple architectural
    2 files
    • release.yml
    • publish.yml