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:
3333 release :
3434 strategy :
3535 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 }}
4042 needs :
4143 - tag
4244 - ci-tests
4345 uses : canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v35.0.2
4446 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 }}
4749 artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
4850 secrets :
4951 charmhub-token : ${{ secrets.CHARMHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments