mirror of
https://github.com/jellyfin/jellyfin-helm.git
synced 2024-11-23 05:59:56 +00:00
fix(ci): 🐛 another path missed (#23)
This commit is contained in:
parent
334d4958bd
commit
66232b50d4
2
.github/workflows/app_release.yaml
vendored
2
.github/workflows/app_release.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user