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 f26676a commit 421e013Copy full SHA for 421e013
.github/workflows/release.yaml
@@ -5,7 +5,7 @@ name: Release to Charmhub
5
on:
6
push:
7
branches:
8
- - '*/edge'
+ - '16/edge'
9
paths-ignore:
10
- 'tests/**'
11
- 'docs/**'
@@ -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: ${{ github.ref_name }}
+ track: 16
50
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
51
secrets:
52
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
0 commit comments