Skip to content

Commit

Permalink
Update chart path in git add command
Browse files Browse the repository at this point in the history
  • Loading branch information
drivard committed Dec 15, 2023
1 parent 37eb81e commit eb50797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git add chart/Chart.yaml
git add charts/libretranslate/Chart.yaml
git commit -m "Bump chart version"
git push
Expand Down

0 comments on commit eb50797

Please sign in to comment.