Skip to content

Commit cea10b3

Browse files
Fix release
1 parent 77db9cc commit cea10b3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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/[email protected]
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 }}

0 commit comments

Comments
 (0)