From af6de6a0e00bfba2450a861c260fe791cc56eccc Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 27 Dec 2024 20:41:37 +0100 Subject: [PATCH] [CI] Fix library name in release CI --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6367c9ae..c8ce82d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,4 +34,4 @@ jobs: - name: ESP-IDF publish env: IDF_COMPONENT_API_TOKEN: ${{ secrets.IDF_COMPONENT_API_TOKEN }} - run: compote component upload --name TestLib --namespace jgromes + run: compote component upload --name RadioLib --namespace jgromes