Skip to content

Commit

Permalink
Make sure publish action work non interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraziano committed Oct 10, 2021
1 parent 980357f commit 1d6e06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Release
env: # Or as an environment variable
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PIO_TOKEN }}
run: platformio package publish
run: platformio package publish --non-interactive

0 comments on commit 1d6e06a

Please sign in to comment.