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 ac79f98  modify release (#8)
ac79f98 is described below

commit ac79f989f5f3a3387255b906970ba3a53f9a6c07
Author: Warren Chen <[email protected]>
AuthorDate: Tue Oct 25 21:11:26 2022 +0800

    modify release (#8)
---
 .github/workflows/release.yaml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 1fe365a..ff8e2b9 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -21,11 +21,14 @@ jobs:
           git config user.email "[email protected]"
 
       - name: Install Helm
-        uses: azure/setup-helm@v3
-        with:
-          version: v3.10.0
+        run: |
+          echo "installing helm 3..."
+          curl -sSL 
https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
 
       - name: Run chart-releaser
-        uses: helm/[email protected]
+        uses: ./.github/actions/chart-releaser-action
+        with:
+          charts_dir: .
         env:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+          CR_SKIP_EXISTING: true
\ No newline at end of file

Reply via email to