We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bf8df commit 39ef209Copy full SHA for 39ef209
.github/workflows/release.yaml
@@ -22,9 +22,9 @@ jobs:
22
name: Release charm
23
needs:
24
- ci-tests
25
- uses: canonical/data-platform-workflows/.github/workflows/release_charm[email protected]
+ uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge[email protected]
26
with:
27
- channel: 8.0/edge
+ track: '8.0'
28
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
29
secrets:
30
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
0 commit comments