Skip to content

Commit f32cb7a

Browse files
committed
fixed ci
1 parent 8566d5d commit f32cb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pio account login -u ${{ secrets.PLATFORMIO_USERNAME }} -p ${{ secrets.PLATFORMIO_PASSWORD }}
3131

3232
- name: Publish Package
33-
run: pio pkg publish
33+
run: pio pkg publish --no-interactive
3434

3535
- name: Create Package
3636
run: pio pkg pack -o ${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz

0 commit comments

Comments
 (0)