[CI] Fix library name in release CI
This commit is contained in:
parent
c37015ef94
commit
af6de6a0e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -34,4 +34,4 @@ jobs:
|
||||||
- name: ESP-IDF publish
|
- name: ESP-IDF publish
|
||||||
env:
|
env:
|
||||||
IDF_COMPONENT_API_TOKEN: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue