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 5869838 commit 3407be2Copy full SHA for 3407be2
.github/workflows/release.yaml
@@ -44,9 +44,9 @@ jobs:
44
name: Release charm
45
needs:
46
- ci-tests
47
- uses: canonical/data-platform-workflows/.github/workflows/release_charm[email protected]
+ uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge[email protected]
48
with:
49
- channel: 8.0/edge
+ track: '8.0'
50
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
51
secrets:
52
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
0 commit comments