Skip to content

Commit ca62587

Browse files
authored
Update main.yml
1 parent 48fcebc commit ca62587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- name: Release to Mozilla Amo
6161
if: ${{ github.event_name == 'workflow_dispatch' }}
6262
run: |
63+
npm i web-ext
6364
cd ./dist/LeetcodeSessionManager
6465
web-ext sign --api-key ${{ secrets.FIREFOX_API_KEY }} --api-secret ${{ secrets.FIREFOX_API_SECRET }} --channel listed --id ${{ secrets.FIREFOX_API_ID }} || true
6566

0 commit comments

Comments
 (0)