From 6912928a4a11ebf783f8e899b0275b404332116a Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Fri, 8 Nov 2024 21:55:49 -0700 Subject: [PATCH] Feat: Add semantic version --- .github/workflows/helm-release.yml | 2 +- charts/open-webui/Chart.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 0892fec..d0507ca 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -34,7 +34,7 @@ jobs: - name: Get version id: get_version run: | - echo "VERSION=$(cat charts/open-webui/Chart.yaml| ./yq -r '.version')" >> $GITHUB_OUTPUT + echo "VERSION=$(cat charts/open-webui/Chart.yaml | ./yq -r '.version')" >> $GITHUB_OUTPUT echo "DEBUG: Version" echo $VERSION diff --git a/charts/open-webui/Chart.lock b/charts/open-webui/Chart.lock index 9b78771..7568980 100644 --- a/charts/open-webui/Chart.lock +++ b/charts/open-webui/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://apache.jfrog.io/artifactory/tika version: 2.9.0 digest: sha256:91c12b702598527a8b602af6f229f975abc8bd7cf95c31324bc013bb919ff14e -generated: "2024-11-07T14:14:55.798831-07:05" +generated: "2024-11-07T14:14:55.798831-07:06"