Skip to content

Commit f833c7c

Browse files
committed
fix(release): add necessary flag for release workflow
1 parent 1d17394 commit f833c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:firefox": "web-ext lint -s dist",
1717
"pack:chrome": "bun scripts/package.mjs",
1818
"sign:firefox": "web-ext sign -s dist -a web-ext-artifacts",
19-
"publish:firefox": "web-ext sign -s dist -a web-ext-artifacts --channel=listed --amo-metadata=.amo-metadata.json",
19+
"publish:firefox": "web-ext sign -s dist -a web-ext-artifacts --channel=listed --amo-metadata=.amo-metadata.json --use-submission-api",
2020
"version": "bun scripts/version.mjs",
2121
"publish:chrome": "bun scripts/version.mjs | xargs -I{} bash -lc 'bunx chrome-webstore-upload-cli upload --source tabula-{}-chrome.zip --extension-id $CHROME_EXTENSION_ID && bunx chrome-webstore-upload-cli publish --extension-id $CHROME_EXTENSION_ID'"
2222
},

0 commit comments

Comments
 (0)