From 80c2dc2236ddff9b3d41347fa6fb528ad3c3e5ca Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Tue, 29 Oct 2024 13:48:09 +0100 Subject: [PATCH] [arduino-lint] Fix: library has been published, check library-manager flag to "update" --- .github/workflows/arduino-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arduino-lint.yml b/.github/workflows/arduino-lint.yml index e280129..bfda3db 100644 --- a/.github/workflows/arduino-lint.yml +++ b/.github/workflows/arduino-lint.yml @@ -22,7 +22,7 @@ jobs: uses: arduino/arduino-lint-action@v1 with: compliance: specification - library-manager: submit + library-manager: update # Always use this setting for official repositories. Remove for 3rd party projects. official: true - project-type: library \ No newline at end of file + project-type: library