Merge pull request #2551 from contentstack/v2-dev #200
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |