Skip to content

Commit

Permalink
Specify correctly and new names
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvaandering committed Aug 30, 2021
1 parent 86df613 commit 44ddbe5
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 44ddbe5

Please sign in to comment.