diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 4d89557..cb24505 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -34,13 +34,13 @@ jobs: - name: Get version id: get_version run: | - echo "VERSION=$(cat Chart.yaml| ./yq -r '.version')" >> $GITHUB_OUTPUT + echo "VERSION=$(cat charts/open-webui/Chart.yaml| ./yq -r '.version')" >> $GITHUB_OUTPUT - name: Commit Chart.yaml uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: 'chore(release) bump version to ${{ steps.get_version.outputs.VERSION }}' - file_pattern: 'Chart.yaml' + file_pattern: 'charts/open-webui/Chart.yaml' release: needs: semantic-release diff --git a/charts/open-webui/Chart.lock b/charts/open-webui/Chart.lock index 223cb18..8f334bd 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:03" +generated: "2024-11-07T14:14:55.798831-07:04"