Skip to content

Commit

Permalink
fix cd web-ext sign command
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-santos committed Dec 4, 2024
1 parent 659aa76 commit e187d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e187d3d

Please sign in to comment.