Skip to content

Commit ffc15da

Browse files
committed
ci: upgrade the version (#443)
1 parent 6cb2836 commit ffc15da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-firefox.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- "release"
6+
workflow_dispatch:
67
jobs:
78
publish:
89
runs-on: ubuntu-latest
@@ -19,9 +20,10 @@ jobs:
1920
- name: Build
2021
run: npm run build:firefox
2122
- name: Upload to Firefox addon store
22-
uses: wdzeng/firefox-addon@v1
23+
uses: wdzeng/firefox-addon@v1.2.0-alpha.0
2324
with:
2425
addon-guid: "{a8cf72f7-09b7-4cd4-9aaa-7a023bf09916}"
2526
xpi-path: market_packages/target.firefox.zip
27+
compatibility: firefox, android
2628
jwt-issuer: ${{ secrets.FIREFOX_JWD_ISSUER }}
2729
jwt-secret: ${{ secrets.FIREFOX_JWD_SECRET }}

0 commit comments

Comments
 (0)