Skip to content

Commit fb49afd

Browse files
authored
Merge pull request #122 from bcgov/i5okie/fix-chart-release
[workflow] Fix chart release workflow
2 parents e331202 + 93e92c7 commit fb49afd

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
owner: bcgov
2+
git-repo: indy-tails-server
3+
git-base-url: https://api.github.com/
4+
git-upload-url: https://uploads.github.com/

.github/workflows/chart_release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Helm Chart Release
22

33
on:
4-
push:
5-
tags:
6-
- 'v*'
4+
release:
5+
types: [published]
76
workflow_dispatch:
87

98
jobs:
@@ -48,6 +47,6 @@ jobs:
4847
- name: Release workload charts
4948
uses: ./.github/actions/chart_releaser
5049
with:
51-
config: .github/cr.yaml
50+
config: .github/actions/chart_releaser/cr.yaml
5251
env:
5352
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)