Skip to content

Commit

Permalink
Disable auto submit review
Browse files Browse the repository at this point in the history
  • Loading branch information
vanarok committed Jul 17, 2024
1 parent fcaf650 commit 9af2c99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- name: Submit to stores
run: |
pnpm wxt submit \
--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 \
--chrome-skip-submit-review
env:
CHROME_EXTENSION_ID: ${{ secrets.EXTENSION_ID }}
CHROME_CLIENT_ID: ${{ secrets.CLIENT_ID }}
Expand Down

0 comments on commit 9af2c99

Please sign in to comment.