Skip to content

Commit

Permalink
Adjust workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew DeVenny <[email protected]>
  • Loading branch information
matthewdevenny committed Jun 29, 2023
1 parent 7c545cc commit 6597a3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
paths:
- 'chart/**'
- '.github/workflows/helm.yaml'
branches:
- master
tags:
Expand Down Expand Up @@ -34,7 +35,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968
with:
charts_dir: helm/charts
config: helm/cr.yaml
charts_dir: chart
config: chart/cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 6597a3d

Please sign in to comment.