Skip to content

packaging: Changed the version on #2180 #4

packaging: Changed the version on #2180

packaging: Changed the version on #2180 #4

Workflow file for this run

name: Wave Bundle
on:
push:
jobs:
bundle:
name: Create Wave Bundle
uses: ./.github/workflows/wave-bundle-tour.yaml
with:
build-version: 0.26.2
publish:
needs: bundle
name: Build and Publish
uses: ./.github/workflows/wave-publish-tour.yaml
with:
build-version: 0.26.2
helm-publish:
needs: bundle
name: Build and Publish Helm Chart
uses: ./.github/workflows/helm-release-tour.yaml
with:
build-version: 0.26.2