Skip to content

Commit

Permalink
Merge pull request #563 from m-h-c-t/dependency-updates
Browse files Browse the repository at this point in the history
Publish workflow fix with dependency updates
  • Loading branch information
AardWolf authored Aug 6, 2024
2 parents 8d5518e + 487a92f commit 6d26342
Show file tree
Hide file tree
Showing 3 changed files with 2,149 additions and 10,904 deletions.
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 }}
Loading

0 comments on commit 6d26342

Please sign in to comment.