We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb2836 commit ffc15daCopy full SHA for ffc15da
.github/workflows/publish-firefox.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- "release"
6
+ workflow_dispatch:
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
@@ -19,9 +20,10 @@ jobs:
19
20
- name: Build
21
run: npm run build:firefox
22
- name: Upload to Firefox addon store
- uses: wdzeng/firefox-addon@v1
23
+ uses: wdzeng/firefox-addon@v1.2.0-alpha.0
24
with:
25
addon-guid: "{a8cf72f7-09b7-4cd4-9aaa-7a023bf09916}"
26
xpi-path: market_packages/target.firefox.zip
27
+ compatibility: firefox, android
28
jwt-issuer: ${{ secrets.FIREFOX_JWD_ISSUER }}
29
jwt-secret: ${{ secrets.FIREFOX_JWD_SECRET }}
0 commit comments