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:07:56 UTC

[incubator-devlake-helm-chart] branch main updated: modify release (#7)

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

commit 7709cc6b3517ee35d60a3d7e247497474ace285f
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Tue Oct 25 21:07:51 2022 +0800

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

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 5abe0d2..1fe365a 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -21,18 +21,11 @@ jobs:
           git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
 
       - name: Install Helm
-        run: |
-          echo "installing helm 3..."
-          curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
-
-      - name: Add Helm repo
-        run: |
-          helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
+        uses: azure/setup-helm@v3
+        with:
+          version: v3.10.0
 
       - name: Run chart-releaser
-        uses: ./.github/actions/chart-releaser-action
-        with:
-          charts_dir: .
+        uses: helm/chart-releaser-action@v1.4.1
         env:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
-          CR_SKIP_EXISTING: true