Skip to content

packaging: Added workflow directory to each step on #2163 #7

packaging: Added workflow directory to each step on #2163

packaging: Added workflow directory to each step on #2163 #7

Workflow file for this run

name: Wave Bundle
on:
push:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: "0.0.1"
TAG: "v0.0.1"
jobs:
bundle:
name: Create Wave Bundle
uses: ./.github/workflows/wave-bundle.yaml

Check failure on line 14 in .github/workflows/wave.yaml

View workflow run for this annotation

GitHub Actions / Wave Bundle

Invalid workflow file

The workflow is not valid. In .github/workflows/wave.yaml (Line: 14, Col: 11): Error from called workflow h2oai/wave/.github/workflows/wave-bundle.yaml@e6b32d212eb3c60cd38943d92786cd4c9f397db3 (Line: 35, Col: 14): Unrecognized named-value: 'build-version'. Located at position 1 within expression: build-version
with:
build-version: 0.0.1
publish:
needs: bundle
name: Build and Publish
uses: ./.github/workflows/wave-publish.yaml
helm-publish:
needs: bundle
name: Build and Publish Helm Chart
uses: ./.github/workflows/helm-release.yaml