From ffe59eefd33f06ce3833814406a2979733c2c2f2 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Thu, 26 Oct 2023 14:39:41 +0000 Subject: [PATCH] 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