Update deployment.yml
This commit is contained in:
parent
6589d30782
commit
beafa522e3
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue