From f39aed728b7b8131b0d1356b2ab28d8be3daca4e Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Thu, 9 Jan 2025 13:08:08 +0100 Subject: [PATCH] test release --- .github/workflows/ci.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca61cb1..aa3fcc1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,6 +71,19 @@ jobs: cache: false charmcraft-snap-channel: latest/beta/data-platform + release: + name: Release charm + needs: + - build + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@charmcraftst124 + with: + channel: dpe/edge/test-cc-poetry-plugin-4 + artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} + create-github-release: false + charmcraft-snap-channel: latest/beta/data-platform + secrets: + charmhub-token: ${{ secrets.CHARMHUB_TOKEN }} + gh-hosted-collect-integration-tests: name: (GH hosted) Collect integration test groups needs: