From dd365a99ce101ff0c828b7ba1d87b3afb743c8c1 Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Mon, 1 Jul 2024 00:57:14 -0700 Subject: [PATCH] github action version check fix (#1155) Signed-off-by: Woojoong Kim --- .github/workflows/release.yml | 1 + onos-pci/Chart.yaml | 2 +- sd-ran/Chart.yaml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 822722f5..50caf8cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: fetch-depth: 0 - name: create release using REST API run: | + export COMPARISON_BRANCH=${{ github.event.before }} sudo snap install yq target_charts=$(./build/bin/version_check.sh get_changed_charts) while IFS= read -r tc diff --git a/onos-pci/Chart.yaml b/onos-pci/Chart.yaml index e4f35ae3..a5609b22 100644 --- a/onos-pci/Chart.yaml +++ b/onos-pci/Chart.yaml @@ -8,7 +8,7 @@ name: onos-pci description: ONOS PCI xAPP kubeVersion: ">=1.17.0" type: application -version: 0.9.14 +version: 0.9.15 appVersion: v0.4.10 keywords: - onos diff --git a/sd-ran/Chart.yaml b/sd-ran/Chart.yaml index 20ac97dd..bbd102f0 100644 --- a/sd-ran/Chart.yaml +++ b/sd-ran/Chart.yaml @@ -8,7 +8,7 @@ name: sd-ran description: Umbrella chart to deploy all ONOS-RIC and simulator kubeVersion: ">=1.17.0" type: application -version: 1.4.138 +version: 1.4.139 appVersion: v1.5.0 keywords: - onos @@ -62,7 +62,7 @@ dependencies: - name: onos-pci condition: import.onos-pci.enabled repository: file://../onos-pci - version: 0.9.14 + version: 0.9.15 - name: onos-mho condition: import.onos-mho.enabled repository: file://../onos-mho