Skip to content

Commit

Permalink
chore: move chart directory
Browse files Browse the repository at this point in the history
  • Loading branch information
toboshii committed Aug 20, 2021
1 parent b8d78b6 commit 5dc089a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.6.3

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
with:
charts_dir: charts
charts_repo_url: https://hajimari.io/charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "hajimari-helm-chart-{{ .Version }}"

0 comments on commit 5dc089a

Please sign in to comment.