We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3e535 commit 06f0068Copy full SHA for 06f0068
.github/workflows/publish.yml
@@ -0,0 +1,28 @@
1
+name: Publish
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
+jobs:
9
+ publish:
10
+ runs-on: ubuntu-latest
11
+ environment: publish
12
13
+ steps:
14
+ - uses: actions/checkout@v3
15
+ with:
16
+ submodules: 'recursive'
17
18
+ - uses: actions/setup-python@v4
19
20
+ python-version: '3.13'
21
22
+ - name: Install PlatformIO Core
23
+ run: pip install --upgrade platformio
24
25
+ - name: Publish with PlatformIO
26
+ env:
27
+ PLATFORMIO_AUTH_TOKEN: ${{ secrets.PIO_AUTH_TOKEN }}
28
+ run: pio pkg publish --no-interactive
library.json
@@ -13,7 +13,7 @@
"maintainer": true
}
],
- "version": "6.4.3",
+ "version": "6.4.4",
"frameworks": "*",
"platforms": "*",
"export": {
0 commit comments