diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a2b216e2..1a6264872 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,6 +68,18 @@ jobs: with: cache: true + release: + name: Release charm + needs: + - build + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v22.0.0 + with: + channel: 8.0/edge/test-refresh-v3-1 + artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} + create-github-release: false + secrets: + charmhub-token: ${{ secrets.CHARMHUB_TOKEN }} + integration-test: strategy: fail-fast: false