From cbd38f3a581565084c4f00b4041a3608c5bb8a71 Mon Sep 17 00:00:00 2001 From: Diego Rodriguez Date: Thu, 17 Sep 2020 11:26:02 +0200 Subject: [PATCH] gh-actions: manually release with reana-dev --- .github/workflows/helm-releaser.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/helm-releaser.yaml diff --git a/.github/workflows/helm-releaser.yaml b/.github/workflows/helm-releaser.yaml deleted file mode 100644 index 2d8e99e9..00000000 --- a/.github/workflows/helm-releaser.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Helm Chart Releaser - -on: - push: - branches: - - master - paths: - - 'helm/reana/Chart.yaml' - -jobs: - release: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v1 - - - name: Configure Git - run: | - git config user.name "REANA team" - git config user.email "team@reana.io" - - - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.0.0-rc.1 - with: - charts_dir: helm/reana - env: - CR_TOKEN: "${{ secrets.CR_TOKEN }}"