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 ca62587 commit 8576ee1Copy full SHA for 8576ee1
.github/workflows/main.yml
@@ -60,9 +60,9 @@ jobs:
60
- name: Release to Mozilla Amo
61
if: ${{ github.event_name == 'workflow_dispatch' }}
62
run: |
63
- npm i web-ext
+ npm install --global 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
+ npx web-ext sign --api-key ${{ secrets.FIREFOX_API_KEY }} --api-secret ${{ secrets.FIREFOX_API_SECRET }} --channel listed --id ${{ secrets.FIREFOX_API_ID }} || true
66
67
- name: 'Create GitHub Release'
68
uses: softprops/action-gh-release@v1
0 commit comments