fix(ci): use the dev branch of PlatformIO (#5432)
This commit is contained in:
committed by
GitHub
parent
5ec8de60cc
commit
27e79328aa
2
.github/workflows/platformio_publish.yaml
vendored
2
.github/workflows/platformio_publish.yaml
vendored
@@ -16,5 +16,7 @@ jobs:
|
|||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
- name: Install PlatformIO Core
|
- name: Install PlatformIO Core
|
||||||
run: pip install --upgrade platformio
|
run: pip install --upgrade platformio
|
||||||
|
- name: Switch to the development version
|
||||||
|
run: pio upgrade --dev
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: pio pkg publish --owner lvgl .
|
run: pio pkg publish --owner lvgl .
|
||||||
|
|||||||
Reference in New Issue
Block a user