We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fcebc commit ca62587Copy full SHA for ca62587
.github/workflows/main.yml
@@ -60,6 +60,7 @@ jobs:
60
- name: Release to Mozilla Amo
61
if: ${{ github.event_name == 'workflow_dispatch' }}
62
run: |
63
+ npm i web-ext
64
cd ./dist/LeetcodeSessionManager
65
web-ext sign --api-key ${{ secrets.FIREFOX_API_KEY }} --api-secret ${{ secrets.FIREFOX_API_SECRET }} --channel listed --id ${{ secrets.FIREFOX_API_ID }} || true
66
0 commit comments