Skip to content

Commit 640e04b

Browse files
authored
Set Firefox signing channel as unlisted
1 parent 1bb7325 commit 640e04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: node ./scripts/build.js all ver
2929

3030
- name: Sign for Firefox
31-
run: npx web-ext sign --source-dir ./build/FastForward.firefox --api-key ${{ secrets.FIREFOX_API_KEY }} --api-secret ${{ secrets.FIREFOX_API_SECRET }}
31+
run: npx web-ext sign --channel=unlisted --source-dir ./build/FastForward.firefox --api-key ${{ secrets.FIREFOX_API_KEY }} --api-secret ${{ secrets.FIREFOX_API_SECRET }}
3232

3333
- name: Tag
3434
env:

0 commit comments

Comments
 (0)