Skip to content

Commit

Permalink
try to fix the release workflow (fix cr.yaml path?)
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Nov 13, 2023
1 parent 576b37d commit e532407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
config: cr.yaml
config: .github/workflows/cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit e532407

Please sign in to comment.