Skip to content

Commit

Permalink
feat(workflows):[TRI-656] Fix charts_dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Sep 6, 2022
1 parent 81117e8 commit 988be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
with:
charts_dir: charts/irs
charts_dir: charts/
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 988be36

Please sign in to comment.