From 5dc089adb7ec2b1a5ead20071f0e7c6148ce4935 Mon Sep 17 00:00:00 2001 From: Toboshii Nakama <63410334+toboshii@users.noreply.github.com> Date: Fri, 20 Aug 2021 11:27:48 -0500 Subject: [PATCH] chore: move chart directory --- .github/workflows/release-chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index ab666f6b..acb4bd05 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -20,6 +20,7 @@ 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: @@ -27,6 +28,9 @@ jobs: - 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 }}" \ No newline at end of file