Skip to content

Commit

Permalink
use --non-interactive option in PIO CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 25, 2021
1 parent 3e0cee1 commit d5e0e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# PIO lib packages cannot be re-published under the same tag
env:
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
run: pio package publish --owner nrf24
run: pio package publish --owner nrf24 --non-interactive

check_formatting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d5e0e6b

Please sign in to comment.