Skip to content

Commit 421e013

Browse files
authored
Try to fix the release flow (#969)
1 parent f26676a commit 421e013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Release to Charmhub
55
on:
66
push:
77
branches:
8-
- '*/edge'
8+
- '16/edge'
99
paths-ignore:
1010
- 'tests/**'
1111
- 'docs/**'
@@ -44,9 +44,9 @@ jobs:
4444
name: Release charm
4545
needs:
4646
- ci-tests
47-
uses: canonical/data-platform-workflows/.github/workflows/release_charm[email protected]
47+
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge[email protected]
4848
with:
49-
channel: ${{ github.ref_name }}
49+
track: 16
5050
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
5151
secrets:
5252
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}

0 commit comments

Comments
 (0)