Skip to content

Commit

Permalink
Update release.yaml for chart-releaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
morningspace committed Mar 24, 2022
1 parent d234fd9 commit 9880cfd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
- name: Run chart-releaser for CP4WAIOps 3.2
uses: helm/[email protected]
with:
version: v1.3.0
charts_dir: 'config/3.2'
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: Run chart-releaser for CP4WAIOps 3.3
uses: helm/[email protected]
with:
version: v1.3.0
charts_dir: 'config/3.3'
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 9880cfd

Please sign in to comment.