From 905de3d7c81367608577e1e38d032831a7871c16 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 20 Mar 2024 14:24:57 +0100 Subject: [PATCH] fix(platformio): fix CI to automatically publish release (#5924) --- .github/workflows/platformio_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platformio_publish.yaml b/.github/workflows/platformio_publish.yaml index 1decfa9ee..cd4f4e648 100644 --- a/.github/workflows/platformio_publish.yaml +++ b/.github/workflows/platformio_publish.yaml @@ -19,4 +19,4 @@ jobs: - name: Switch to the development version run: pio upgrade --dev - name: Publish - run: pio pkg publish --owner lvgl . + run: pio pkg publish --no-interactive --owner lvgl .