Skip to content

Merge pull request #2639 from contentstack/beta-bump-prd #18

Merge pull request #2639 from contentstack/beta-bump-prd

Merge pull request #2639 from contentstack/beta-bump-prd #18

name: CLI Production Release Pipeline
on:
push:
branches: [main]
workflow_dispatch: # This enables manual triggering
jobs:
plugins:
uses: ./.github/workflows/release-production-platform-plugins.yml
secrets: inherit
core:
needs: plugins
uses: ./.github/workflows/release-production-core.yml
secrets: inherit