fix(ci): 🐛 another path missed (#23)

This commit is contained in:
Lars 2024-09-09 15:29:10 +02:00 committed by GitHub
parent 334d4958bd
commit 66232b50d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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