From c8366f8c573b2e385cd0eeefa8d9d25b30d4ed21 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Thu, 26 Oct 2023 14:25:35 +0000 Subject: [PATCH 1/2] Rename release worklow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 304e87f53..622014f77 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Release to latest/edge +name: Release to 6/edge on: push: From ffe59eefd33f06ce3833814406a2979733c2c2f2 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Thu, 26 Oct 2023 14:39:41 +0000 Subject: [PATCH 2/2] Use latest/stable charmcraft verson for release workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 622014f77..9e7b9790c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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