Skip to content

Merge pull request #2473 from contentstack/fix/workflow-no-frozen-lock #184

Merge pull request #2473 from contentstack/fix/workflow-no-frozen-lock

Merge pull request #2473 from contentstack/fix/workflow-no-frozen-lock #184

Workflow file for this run

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