packaging: Added initial workflow files on #2180 #3
Workflow file for this run
This file contains 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: Wave Bundle | |
on: | |
push: | |
jobs: | |
bundle: | |
name: Create Wave Bundle | |
uses: ./.github/workflows/wave-bundle-tour.yaml | |
with: | |
build-version: 0.22.0 | |
publish: | |
needs: bundle | |
name: Build and Publish | |
uses: ./.github/workflows/wave-publish-tour.yaml | |
with: | |
build-version: 0.22.0 | |
helm-publish: | |
needs: bundle | |
name: Build and Publish Helm Chart | |
uses: ./.github/workflows/helm-release-tour.yaml | |
with: | |
build-version: 0.22.0 |