Skip to content

Commit 39ef209

Browse files
Fix release workflow (#456)
Follow up to #455
1 parent e9bf8df commit 39ef209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
name: Release charm
2323
needs:
2424
- ci-tests
25-
uses: canonical/data-platform-workflows/.github/workflows/release_charm[email protected]
25+
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge[email protected]
2626
with:
27-
channel: 8.0/edge
27+
track: '8.0'
2828
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
2929
secrets:
3030
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}

0 commit comments

Comments
 (0)