From 66232b50d41c68b5f6bc4fc97215395e4c00ebda Mon Sep 17 00:00:00 2001 From: Lars Date: Mon, 9 Sep 2024 15:29:10 +0200 Subject: [PATCH] fix(ci): :bug: another path missed (#23) --- .github/workflows/app_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app_release.yaml b/.github/workflows/app_release.yaml index 91cb134..8436088 100644 --- a/.github/workflows/app_release.yaml +++ b/.github/workflows/app_release.yaml @@ -54,7 +54,7 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - git add Chart.yaml + git add charts/jellyfin/Chart.yaml git commit -m "chore(jellyfin): Bump chart version to ${{ steps.bump_version.outputs.new_version }} and set appVersion to ${{ github.event.inputs.jellyfin_version }}" - name: Push changes