fix(platformio): fix CI to automatically publish release (#5924)
This commit is contained in:
committed by
GitHub
parent
f4226cd7de
commit
905de3d7c8
2
.github/workflows/platformio_publish.yaml
vendored
2
.github/workflows/platformio_publish.yaml
vendored
@@ -19,4 +19,4 @@ jobs:
|
|||||||
- name: Switch to the development version
|
- name: Switch to the development version
|
||||||
run: pio upgrade --dev
|
run: pio upgrade --dev
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: pio pkg publish --owner lvgl .
|
run: pio pkg publish --no-interactive --owner lvgl .
|
||||||
|
|||||||
Reference in New Issue
Block a user