From 44ddbe503cb56afb162f3856e4a91338948685ca Mon Sep 17 00:00:00 2001 From: Eric Vaandering Date: Mon, 30 Aug 2021 08:37:59 -0500 Subject: [PATCH] Specify correctly and new names --- .github/workflows/cmsweb-release.yml | 4 ++-- .github/workflows/rucio-release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmsweb-release.yml b/.github/workflows/cmsweb-release.yml index c73aaae93..89b913c6d 100644 --- a/.github/workflows/cmsweb-release.yml +++ b/.github/workflows/cmsweb-release.yml @@ -1,4 +1,4 @@ -name: Release Charts +name: Release CMSWeb Charts on: push: @@ -27,7 +27,7 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.1 with: - charts_dir: helm + charts_dir: helm/cmsweb charts_repo_url: https://dmwm.github.io/CMSKubernetes env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/rucio-release.yml b/.github/workflows/rucio-release.yml index c4883b93b..bb95d8c01 100644 --- a/.github/workflows/rucio-release.yml +++ b/.github/workflows/rucio-release.yml @@ -1,4 +1,4 @@ -name: Release Charts +name: Release Rucio Charts on: push: @@ -27,7 +27,7 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.1 with: - charts_dir: helm/cmsweb + charts_dir: helm charts_repo_url: https://dmwm.github.io/CMSKubernetes env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"