Skip to content

Commit

Permalink
Update releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xhilmi authored Aug 3, 2024
1 parent ba18b33 commit a792627
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ jobs:

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
with:
charts_dir: charts/alucard
config: charts/assets/cr.yaml
config: charts/assets/cr.yaml
mark_as_latest: true
packages_with_index: true
pages_branch: main
env:
CR_TOKEN: "${{ secrets.USER_TOKEN }}"

0 comments on commit a792627

Please sign in to comment.