Skip to content

Commit

Permalink
Merge pull request #317 from appuio/fix-release
Browse files Browse the repository at this point in the history
Prepare charts before releasing
  • Loading branch information
ccremer authored Jun 8, 2021
2 parents ca7e688 + bdcb9fd commit f64cdc3
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 f64cdc3

Please sign in to comment.