Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Nov 26, 2023
1 parent dc4e869 commit 7af41b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
yarn build
- name: Sign Firefox xpi
continue-on-error: true
run: |
yarn web-ext sign -s build/firefox-signed -a build/dist --ignore-files "*.map" --api-key ${{ secrets.FF_JWT_ISSUER }} --api-secret ${{ secrets.FF_JWT_SECRET }}
yarn web-ext sign -s build/firefox-signed -a dist --ignore-files "*.map" --api-key ${{ secrets.FF_JWT_ISSUER }} --api-secret ${{ secrets.FF_JWT_SECRET }}
mv dist/*.xpi dist/[email protected]${{ github.ref_name }}.xpi
- name: Create Artifact
Expand Down

0 comments on commit 7af41b9

Please sign in to comment.