Skip to content

Commit

Permalink
ci: update release workflow to include firefox sources zip
Browse files Browse the repository at this point in the history
  • Loading branch information
hakadao committed May 6, 2024
1 parent 5adaf14 commit c3d2bda
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 @@ -76,7 +76,7 @@ jobs:
pnpm wxt submit --chrome-zip ./extension.zip
pnpm build-firefox
pnpm pack:zip-firefox
pnpm wxt submit --firefox-zip ./extension-firefox.zip
pnpm wxt submit --firefox-zip ./extension-firefox.zip --firefox-sources-zip ./extension-firefox-sources.zip
env:
CHROME_EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}
CHROME_CLIENT_ID: ${{ secrets.CHROME_CLIENT_ID }}
Expand Down

0 comments on commit c3d2bda

Please sign in to comment.