Skip to content

Commit

Permalink
Drop deprecated flag in web-ext sign
Browse files Browse the repository at this point in the history
The submission API is now the default and the flag associated it is
removed. All we need to do is drop the flag as well.
  • Loading branch information
hymccord committed Jul 28, 2024
1 parent d99ed68 commit 487a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ jobs:
run: ls -R

- name: Upload new release to Firefox Webstore
run: npx -y web-ext sign --use-submission-api --channel=listed --source-dir=./dist/ --verbose --api-key ${{ secrets.FIREFOX_WEBSTORE_API_KEY }} --api-secret ${{ secrets.FIREFOX_WEBSTORE_API_SECRET }}
run: npx -y web-ext sign --channel=listed --source-dir=./dist/ --verbose --api-key ${{ secrets.FIREFOX_WEBSTORE_API_KEY }} --api-secret ${{ secrets.FIREFOX_WEBSTORE_API_SECRET }}

0 comments on commit 487a92f

Please sign in to comment.