Skip to content

Commit

Permalink
Merge pull request #776 from ericvaandering/other_helm_wf
Browse files Browse the repository at this point in the history
Specify correctly and new names
  • Loading branch information
ericvaandering authored Aug 30, 2021
2 parents e9e7429 + 44ddbe5 commit 42afae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmsweb-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Charts
name: Release CMSWeb Charts

on:
push:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: helm
charts_dir: helm/cmsweb
charts_repo_url: https://dmwm.github.io/CMSKubernetes
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions .github/workflows/rucio-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Charts
name: Release Rucio Charts

on:
push:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: helm/cmsweb
charts_dir: helm
charts_repo_url: https://dmwm.github.io/CMSKubernetes
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 42afae2

Please sign in to comment.