mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 22:53:02 -04:00
ci: fix extension publishing
This commit is contained in:
parent
e32388e3ac
commit
d9fb7f45b5
2 changed files with 13 additions and 3 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -44,7 +44,8 @@ jobs:
|
|||
pnpx chrome-webstore-upload-cli@2.1.0 upload --auto-publish || EXIT_CODE=$?
|
||||
|
||||
# Firefox
|
||||
pnpx web-ext-submit@7.4.0
|
||||
npm i -g web-ext@7.4.0 web-ext-submit@7.4.0
|
||||
web-ext-submit || EXIT_CODE=$?
|
||||
|
||||
exit $EXIT_CODE
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue