From 1d6e06a64ad4daf683357bff562885977440df26 Mon Sep 17 00:00:00 2001 From: Nicolas Graziano Date: Sun, 10 Oct 2021 19:38:49 +0200 Subject: [PATCH] Make sure publish action work non interactive --- .github/workflows/realease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/realease.yml b/.github/workflows/realease.yml index 69fb1c3..4e8d5f3 100644 --- a/.github/workflows/realease.yml +++ b/.github/workflows/realease.yml @@ -18,4 +18,4 @@ jobs: - name: Release env: # Or as an environment variable PLATFORMIO_AUTH_TOKEN: ${{ secrets.PIO_TOKEN }} - run: platformio package publish + run: platformio package publish --non-interactive