This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new b6e08ab  Update release.yaml (#14)
b6e08ab is described below

commit b6e08ab5924a8052d254f7bae7a2ff53a84fd304
Author: Warren Chen <[email protected]>
AuthorDate: Tue Oct 25 21:34:15 2022 +0800

    Update release.yaml (#14)
---
 .github/workflows/release.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 5b232bf..62a1307 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
       - name: Run chart-releaser
         uses: ./.github/actions/chart-releaser-action
         with:
-          charts_dir: charts/devlake
+          charts_dir: charts
         env:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
-          CR_SKIP_EXISTING: true
\ No newline at end of file
+          CR_SKIP_EXISTING: true

Reply via email to