ci(pio): fix the PlatformIO publisher action (#9073)

This commit is contained in:
Gabor Kiss-Vamosi
2025-10-16 16:38:38 +02:00
committed by GitHub
parent 7795f189b3
commit 073f9c140f
@@ -4,6 +4,10 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
name: PlatformIO Publish
env:
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
jobs:
build:
runs-on: ubuntu-24.04