File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,16 @@ jobs:
2929 - run : pnpm wxt zip
3030 - name : wxt submit chrome
3131 if : " ${{ github.event.inputs.to_publish == 'all' || github.event.inputs.to_publish == 'chrome' }}"
32- run : pnpm wxt submit --chrome-zip .output/*-chrome.zip \
32+ run : pnpm wxt submit --chrome-zip .output/*-chrome.zip
3333 env :
3434 CHROME_EXTENSION_ID : ${{ secrets.CHROME_EXTENSION_ID }}
3535 CHROME_CLIENT_ID : ${{ secrets.CHROME_CLIENT_ID }}
3636 CHROME_CLIENT_SECRET : ${{ secrets.CHROME_CLIENT_SECRET }}
3737 CHROME_REFRESH_TOKEN : ${{ secrets.CHROME_REFRESH_TOKEN }}
3838 - name : wxt submit edge
3939 if : " ${{ github.event.inputs.to_publish == 'all' || github.event.inputs.to_publish == 'edge' }}"
40- run : pnpm wxt submit --edge-zip .output/*-chrome.zip \
40+ run : pnpm wxt submit --edge-zip .output/*-chrome.zip
4141 env :
4242 EDGE_PRODUCT_ID : ${{ secrets.EDGE_PRODUCT_ID }}
4343 EDGE_API_KEY : ${{ secrets.EDGE_API_KEY }}
44+ EDGE_CLIENT_ID : ${{ secrets.EDGE_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments