File tree Expand file tree Collapse file tree 6 files changed +3104
-8231
lines changed Expand file tree Collapse file tree 6 files changed +3104
-8231
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
12+ - uses : actions/setup-node@v2
13+ with :
14+ node-version : ' lts/*'
1215 - run : npm ci
1316 - run : npm run lint
1417
1518 Build :
1619 runs-on : ubuntu-latest
1720 steps :
1821 - uses : actions/checkout@v2
22+ - uses : actions/setup-node@v2
23+ with :
24+ node-version : ' lts/*'
1925 - run : npm ci
2026 - run : npm run build
Original file line number Diff line number Diff line change 5353 chrome)
5454 cd $DIRECTORY && npx chrome-webstore-upload-cli@1 upload --auto-publish
5555 ;;
56+ firefox)
57+ cd $DIRECTORY && npx web-ext-submit@6
58+ ;;
5659 esac
5760 env :
5861 EXTENSION_ID : ${{ secrets.EXTENSION_ID }}
5962 CLIENT_ID : ${{ secrets.CLIENT_ID }}
6063 CLIENT_SECRET : ${{ secrets.CLIENT_SECRET }}
6164 REFRESH_TOKEN : ${{ secrets.REFRESH_TOKEN }}
65+ WEB_EXT_API_KEY : ${{ secrets.WEB_EXT_API_KEY }}
66+ WEB_EXT_API_SECRET : ${{ secrets.WEB_EXT_API_SECRET }}
You can’t perform that action at this time.
0 commit comments