Skip to content

Commit

Permalink
fix: chart directory (#3097)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Oct 13, 2024
1 parent 03911ec commit 579ee1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,10 @@ jobs:
git config pull.rebase true
- name: Sync Charts to Charts Repository
run: |
cd .ftl
version="$(git describe --tags --abbrev=0 | sed 's/v//')"
( cd .ftl && just chart set-version "$version" )
just chart set-version "$version"
cd ..
cp -r .ftl/charts/ charts/
git add charts
git commit -a -m "Update charts"
Expand Down

0 comments on commit 579ee1f

Please sign in to comment.