Skip to content

Commit

Permalink
Update release workflow (#284)
Browse files Browse the repository at this point in the history
## Issue
1. Currently the ci job for releasing charm named in a confusing manner
2. Publishing charm to 6/edge is failing with `latest/edge` charmcraft

## Solution
1. Rename ci workflow for releasing 
2. Use `latest/stable` for release charm

---------

Co-authored-by: Dmitry Ratushnyy <[email protected]>
  • Loading branch information
dmitry-ratushnyy and Dmitry Ratushnyy committed Oct 27, 2023
1 parent b62aba9 commit 3dcab70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release to latest/edge
name: Release to 6/edge

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v5
with:
charmcraft-snap-channel: "latest/edge"
charmcraft-snap-channel: "latest/stable"

release:
name: Release charm
Expand Down

0 comments on commit 3dcab70

Please sign in to comment.