Skip to content

Commit

Permalink
Release to charmhub branch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Oct 9, 2024
1 parent d87d1cf commit e94ce00
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ jobs:
with:
cache: true

release:
name: Release charm
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
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
Expand Down

0 comments on commit e94ce00

Please sign in to comment.