Skip to content

merged latest changes #182

merged latest changes

merged latest changes #182

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