Skip to content

Commit

Permalink
ci: fix chart releaser
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Apr 16, 2024
1 parent d8227cb commit cc080b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'charts/**'
branches:
- main
workflow_dispatch:

jobs:
release:
Expand All @@ -30,3 +31,5 @@ jobs:
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
with:
charts_dir: .

0 comments on commit cc080b2

Please sign in to comment.