We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff5266 commit 9f91208Copy full SHA for 9f91208
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
cd $DIRECTORY && npx chrome-webstore-upload-cli@3 upload --auto-publish
52
;;
53
firefox)
54
- cd $DIRECTORY && npx web-ext-submit@5
+ cd $DIRECTORY && npx web-ext@8
55
56
esac
57
env:
0 commit comments