File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,19 @@ jobs:
33
33
release :
34
34
strategy :
35
35
matrix :
36
- path :
37
- - kubernetes
38
- - machines
39
- name : Release charm | ${{ matrix.path }}
36
+ charm :
37
+ - path : kubernetes
38
+ track : ' 8.0'
39
+ - path : machines
40
+ track : ${{ needs.tag.outputs.track }}
41
+ name : Release charm | ${{ matrix.charm.path }}
40
42
needs :
41
43
- tag
42
44
- ci-tests
43
45
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
44
46
with :
45
- track : ${{ needs.tag.outputs .track }}
46
- path-to-charm-directory : ${{ matrix.path }}
47
+ track : ${{ matrix.charm .track }}
48
+ path-to-charm-directory : ${{ matrix.charm. path }}
47
49
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
48
50
secrets :
49
51
charmhub-token : ${{ secrets.CHARMHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments