Skip to content

Commit 0de4c14

Browse files
Release to Charmhub branch
1 parent 216b7c1 commit 0de4c14

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ jobs:
5050
name: Build charm
5151
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
5252

53+
release:
54+
name: Release charm
55+
needs:
56+
- build
57+
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
58+
with:
59+
channel: 8.0/edge/test-refresh-v3-8.0.41
60+
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
61+
create-git-tags: false
62+
secrets:
63+
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
64+
5365
integration-test:
5466
name: Integration test charm
5567
needs:

0 commit comments

Comments
 (0)