From 3bd5d233f55406c2d7b6cd5af5d059721b2fb3ae Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Mon, 1 Jul 2024 01:02:27 -0700 Subject: [PATCH] github action version check fix (#1156) Signed-off-by: Woojoong Kim --- .github/workflows/release.yml | 4 ++-- onos-pci/Chart.yaml | 2 +- sd-ran/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50caf8cf..15c3fe06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,9 +45,9 @@ jobs: -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/${{ github.repository }}/releases \ -d '{ - "tag_name": "$tc-$tc_ver", + "tag_name": "${tc}-${tc_ver}", "target_commitish": "${{ github.event.repository.default_branch }}", - "name": "$tc-$tc_ver", + "name": "${tc}-${tc_ver}", "draft": false, "prerelease": false, "generate_release_notes": true diff --git a/onos-pci/Chart.yaml b/onos-pci/Chart.yaml index a5609b22..1f6e9af4 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.15 +version: 0.9.16 appVersion: v0.4.10 keywords: - onos diff --git a/sd-ran/Chart.yaml b/sd-ran/Chart.yaml index bbd102f0..51e83fb0 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.139 +version: 1.4.140 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.15 + version: 0.9.16 - name: onos-mho condition: import.onos-mho.enabled repository: file://../onos-mho