Skip to content

Commit

Permalink
Set Firefox signing channel as unlisted
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAProton authored Apr 5, 2023
1 parent 1bb7325 commit 640e04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: node ./scripts/build.js all ver

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

- name: Tag
env:
Expand Down

0 comments on commit 640e04b

Please sign in to comment.