Skip to content

Commit 8232721

Browse files
committed
fix
1 parent 78e1118 commit 8232721

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/platformio-publish-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
python-version: '3.11'
2626
- name: Install PlatformIO Core
2727
run: pip install --upgrade platformio
28-
29-
- name: Build PlatformIO Project
30-
run: pio run
31-
28+
3229
- name: Login to PlatformIO
3330
run: pio account login -u ${{ secrets.PLATFORMIO_USERNAME }} -p ${{ secrets.PLATFORMIO_PASSWORD }}
3431

0 commit comments

Comments
 (0)