Skip to content

Commit

Permalink
remove --no-input
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 15, 2020
1 parent 97d34da commit 4b39dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
VERSION: ${{ steps.version.outputs.version }}
- run: web-ext lint
- run: web-ext build
- run: web-ext sign --channel=unlisted --no-input
- run: web-ext sign --channel=unlisted
env:
WEB_EXT_API_KEY: ${{ secrets.AMO_JWT_ISSUER }}
WEB_EXT_API_SECRET: ${{ secrets.AMO_JWT_SECRET }}
Expand Down

0 comments on commit 4b39dc8

Please sign in to comment.