[docs] Fix workflow, update README.md
Some checks failed
PlatformIO Publish / publish (push) Has been cancelled

This commit is contained in:
Kuba Szczodrzyński
2022-04-29 17:30:15 +02:00
parent 017224deac
commit b3fc6ea8e6
3 changed files with 22 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ on:
- v*.*.*
jobs:
build:
publish:
runs-on: ubuntu-latest
steps:
@@ -31,7 +31,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Publish PlatformIO package
run: pio package publish
run: pio package publish --non-interactive
env:
CI: true
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}