From a739abcbf86475170c4cae9fc0ddc4e9a1038ecb Mon Sep 17 00:00:00 2001 From: NohaIhab Date: Tue, 21 Jan 2025 11:04:05 +0200 Subject: [PATCH] disable destructive mode in publish-charm --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e591d822..663ca7a6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -92,3 +92,4 @@ jobs: channel: ${{ steps.parse-inputs.outputs.destination_channel }} tag-prefix: ${{ steps.parse-inputs.outputs.tag_prefix }} charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release + destructive-mode: false