Merge pull request #2711 from contentstack/legacy/release #3
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 v1-Legacy Release | |
| on: | |
| push: | |
| branches: [v1-legacy] | |
| workflow_dispatch: # This enables manual triggering | |
| jobs: | |
| plugins: | |
| uses: ./.github/workflows/release-v1-legacy-platform-plugins.yml | |
| secrets: inherit | |
| core: | |
| needs: plugins | |
| uses: ./.github/workflows/release-v1-legacy-core.yml | |
| secrets: inherit |