You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/10/25 13:11:19 UTC

[incubator-devlake-helm-chart] branch fix-1 created (now 18225eb)

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

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


      at 18225eb  modify release

This branch includes the following new commits:

     new 18225eb  modify release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-devlake-helm-chart] 01/01: modify release

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 18225eb00710174ac3f281bd242eae2f8a575068
Author: Yingchu Chen <yi...@merico.dev>
AuthorDate: Tue Oct 25 21:09:49 2022 +0800

    modify release
---
 .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 "$GITHUB_ACTOR@users.noreply.github.com"
 
       - 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/chart-releaser-action@v1.4.1
+        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