Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanjenu authored Jan 10, 2022
1 parent ca62587 commit 8576ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Release to Mozilla Amo
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
npm i web-ext
npm install --global web-ext
cd ./dist/LeetcodeSessionManager
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
- name: 'Create GitHub Release'
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 8576ee1

Please sign in to comment.