Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jan 9, 2024
1 parent 93860f7 commit 63bee93
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ jobs:
with:
charmcraft-snap-channel: beta

name: Release charm
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@strict-dependencies
with:
channel: 8.0/edge/test
artifact-name: ${{ needs.build.outputs.artifact-name }}
create-github-release: false
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}

integration-test:
strategy:
fail-fast: false
Expand Down

0 comments on commit 63bee93

Please sign in to comment.