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