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 930a2e39c41d6ed1e42a1826125c05eb2d3194ca Author: Warren Chen <[email protected]> AuthorDate: Wed Oct 26 17:12:42 2022 +0800 Delete release.yaml --- .github/workflows/release.yaml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml deleted file mode 100644 index 31a73c0..0000000 --- a/.github/workflows/release.yaml +++ /dev/null @@ -1,34 +0,0 @@ -name: Release Charts - -on: - push: - branches: - - main - -jobs: - release: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - submodules: recursive - fetch-depth: 0 - - - name: Configure Git - run: | - git config user.name "$GITHUB_ACTOR" - git config user.email "[email protected]" - - - name: Install Helm - run: | - echo "installing helm 3..." - curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - - - name: Run chart-releaser - uses: ./.github/actions/chart-releaser-action - with: - charts_dir: charts - env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_SKIP_EXISTING: false
