Skip to content

Commit df74c49

Browse files
committed
remove --dry-run from stores submit
we will see next time if it works
1 parent a7dab7e commit df74c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-stores.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Submit to stores
4040
working-directory: apps/debugger-extension
4141
run: |
42-
pnpm wxt submit --dry-run \
42+
pnpm wxt submit \
4343
--chrome-zip .output/piwik-pro-tracking-helper-*-chrome.zip \
4444
--firefox-zip .output/piwik-pro-tracking-helper-*-firefox.zip --firefox-sources-zip .output/piwik-pro-tracking-helper-*-sources.zip
4545
env:

0 commit comments

Comments
 (0)