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/11/01 03:02:13 UTC

[incubator-devlake-helm-chart] 01/01: Update release.yaml

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

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

commit d37089a02e31b89f5e815706bf559fc37db1f956
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Tue Nov 1 11:02:08 2022 +0800

    Update release.yaml
---
 .github/workflows/release.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 9bd5b77..3a496ab 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -9,8 +9,6 @@ on:
 jobs:
   release:
     runs-on: ubuntu-latest
-    paths:
-      - charts/**
     steps:
       - name: Checkout
         uses: actions/checkout@v2