[CI] Pass VERSION into common.yml

This commit is contained in:
Chris Bono
2023-10-27 18:10:06 -05:00
parent 27b9d3da27
commit 3b9e0d1760
2 changed files with 2 additions and 2 deletions

View File

@@ -793,7 +793,7 @@ jobs:
pushd stream-applications > /dev/null
echo "::notice ::building - stream-applications-release-train"
set -e
$ROOT_DIR/build-folder.sh stream-applications-release-train "install deploy"
VERSION=${{ needs.parameters.outputs.build_version }} $ROOT_DIR/build-folder.sh stream-applications-release-train "install deploy"
popd > /dev/null
- name: 'Configure: Install libxml2-utils'
uses: ./.github/actions/install-libxml2-utils