From beafa522e3ae96cfb94ff5df667329fce609d8ed Mon Sep 17 00:00:00 2001 From: Vitor Alho Date: Thu, 7 Sep 2023 00:55:05 -0300 Subject: [PATCH] Update deployment.yml --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 8119719..0d2c54a 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -14,7 +14,7 @@ jobs: - name: Upload component to the component registry uses: espressif/upload-components-ci-action@v1 with: - name: "my_component" + name: "lvgl_esp32_drivers" version: ${{ github.ref_name }} namespace: "espressif" api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}