Skip to content

Merge pull request #2537 from contentstack/fix/workflow #198

Merge pull request #2537 from contentstack/fix/workflow

Merge pull request #2537 from contentstack/fix/workflow #198

Workflow file for this run

name: CLI Release Pipeline
on:
push:
branches: [v2-beta]
jobs:
plugins:
uses: ./.github/workflows/release-v2-beta-platform-plugins.yml
secrets: inherit
core:
needs: plugins
uses: ./.github/workflows/release-v2-beta-core.yml
secrets: inherit