Skip to content

Commit

Permalink
fix chart release dir in gha (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi authored Nov 16, 2023
1 parent 7458cee commit 7878fba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}"
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}"
charts_dir: helm/

0 comments on commit 7878fba

Please sign in to comment.