[docs] Fix workflow, update README.md
Some checks failed
PlatformIO Publish / publish (push) Has been cancelled
Some checks failed
PlatformIO Publish / publish (push) Has been cancelled
This commit is contained in:
4
.github/workflows/platformio-publish.yml
vendored
4
.github/workflows/platformio-publish.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user