Skip to content

Commit cea17d2

Browse files
committed
Try make PlatformIO publication work...
1 parent 5d879f8 commit cea17d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
pip install --upgrade platformio
5858
5959
- name: Publish to PlatformIO
60-
run: pio pkg publish --no-interactive --owner ESP32Async project.zip
60+
run: pio pkg publish --no-interactive --owner ${{ github.repository_owner }} project.zip
6161
env:
6262
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}

0 commit comments

Comments
 (0)