Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vanarok committed Jul 17, 2024
1 parent c5bd57f commit 847b7cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ jobs:
- name: Submit to stores
run: |
pnpm wxt submit --dry-run \
--chrome-zip ${{ env.DIRECTORY }}/${{env.PROJECT_NAME}}-${{ needs.Version.outputs.version }}-chrome.zip \
--chrome-zip ${{ env.DIRECTORY }}/${{env.PROJECT_NAME}}-${{ needs.Version.outputs.version }}-chrome.zip \
--firefox-sources-zip ${{ env.DIRECTORY }}/${{env.PROJECT_NAME}}-${{ needs.Version.outputs.version }}-sources.zip \
env:
CHROME_EXTENSION_ID: ${{ secrets.EXTENSION_ID }}
CHROME_CLIENT_ID: ${{ secrets.CLIENT_ID }}
Expand Down

0 comments on commit 847b7cf

Please sign in to comment.