diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 070803e..a114f79 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -78,7 +78,7 @@ jobs: with: name: firefox - name: Sign add-on - run: npx web-ext sign --api-key $API_KEY --api-secret $API_SECRET + run: npx web-ext sign --channel=unlisted --api-key $API_KEY --api-secret $API_SECRET - name: Upload signed add-on uses: actions/upload-artifact@v4 with: