Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jan 9, 2025
1 parent 02cdf42 commit f39aed7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f39aed7

Please sign in to comment.