Skip to content

Commit

Permalink
releaser: Set charts dir
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh committed Nov 30, 2023
1 parent 766ecc9 commit 7f2bd58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
uses: helm/[email protected]
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 7f2bd58

Please sign in to comment.