Skip to content

Commit

Permalink
fix: firefox publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 14, 2023
1 parent 61634d4 commit e143172
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 587 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
continue-on-error: true
id: publish-firefox
run: |
yarn web-ext-submit --channel=listed
yarn web-ext-submit --channel=listed --source-dir=src
echo "::set-output name=publish_status::${?}"
env:
WEB_EXT_API_KEY: ${{ secrets.FIREFOX_API_KEY }}
Expand All @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- publish_chrome_extension
# - publish_firefox_extension
- publish_firefox_extension
steps:
- name: Publish Statuses
run: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@
"typescript": "5.1.6",
"vitest": "0.34.2",
"vm-browserify": "1.1.2",
"web-ext": "7.4.0",
"web-ext-submit": "7.4.0",
"web-ext": "7.7.0",
"web-ext-submit": "7.6.2",
"webpack": "5.88.1",
"webpack-bundle-analyzer": "4.9.0",
"webpack-cli": "5.1.4",
Expand Down
Loading

0 comments on commit e143172

Please sign in to comment.