Skip to content

Commit

Permalink
Prepare charts before releasing
Browse files Browse the repository at this point in the history
Signed-off-by: Chris <github.account@chrigel.net>
  • Loading branch information
ccremer committed Jun 8, 2021
1 parent ca7e688 commit bdcb9fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Prepare charts
run: make prepare
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
with:
Expand Down

0 comments on commit bdcb9fd

Please sign in to comment.