From 8e8b35076602f90c3a1765cf72c6cf50a4f13d20 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Tue, 2 Feb 2021 09:05:40 +0100 Subject: [PATCH] Since the library is already in the library manager index the parameter library-manager needs to be set to update. --- .github/workflows/arduino-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arduino-lint.yml b/.github/workflows/arduino-lint.yml index 6560b65..4b3b6d5 100644 --- a/.github/workflows/arduino-lint.yml +++ b/.github/workflows/arduino-lint.yml @@ -23,4 +23,4 @@ jobs: uses: arduino/arduino-lint-action@v1 with: official: true - library-manager: submit # Change this to "update" once the library has been added to the Library Manager index. + library-manager: update