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 7008129  test3 (#13)
7008129 is described below

commit 70081296f4435d897775df12935f0acc04e20621
Author: Warren Chen <[email protected]>
AuthorDate: Tue Oct 25 21:30:29 2022 +0800

    test3 (#13)
---
 .github/workflows/release.yaml | 2 +-
 .gitmodules                    | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ff8e2b9..5b232bf 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_dir: charts/devlake
         env:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
           CR_SKIP_EXISTING: true
\ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
index 50e426f..272d983 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,6 +5,3 @@
 [submodule ".github/actions/chart-releaser-action"]
        path = .github/actions/chart-releaser-action
        url = [email protected]:helm/chart-releaser-action.git
-[submodule ".github/actions/.github/actions/chart-releaser-action"]
-       path = .github/actions/.github/actions/chart-releaser-action
-       url = [email protected]:helm/chart-releaser-action.git

Reply via email to