Skip to content

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

packaging: Added workflow directory to each step on #2163

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

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
with:
build-version: ${{ env.VERSION }}

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

View workflow run for this annotation

GitHub Actions / Wave Bundle

Invalid workflow file

The workflow is not valid. .github/workflows/wave.yaml (Line: 16, Col: 22): Unrecognized named-value: 'env'. Located at position 1 within expression: env.VERSION
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