File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 REACT_APP_AMPLITUDE_URL : ${{ secrets.REACT_APP_AMPLITUDE_URL }}
2828 REACT_APP_AMPLITUDE_KEY : ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
2929jobs :
30- runs-on : ubuntu-latest
3130 defaults :
3231 run :
3332 working-directory : ./hackertab
3433
3534 install-dependencies :
35+ runs-on : ubuntu-latest
3636 needs : tag_version
3737 steps :
3838 - uses : actions/checkout@v2
4646 run : yarn
4747
4848 tag_version :
49+ runs-on : ubuntu-latest
4950 steps :
5051 - uses : actions/checkout@v2
5152 - name : Bump version and push tag
6970 message : " Bump manifest version"
7071
7172 chrome-deploy :
73+ runs-on : ubuntu-latest
7274 if : ${{ (github.event.inputs.targetStore == 'chrome') || (github.event.inputs.targetStore == 'all') }}
7375 needs : install-dependencies
7476 steps :
8688 run : chrome-webstore-upload upload --source dist/chrome_extension.zip --extension-id $EXTENSION_ID --auto-publish
8789
8890 firefox-deploy :
91+ runs-on : ubuntu-latest
8992 if : ${{ (github.event.inputs.targetStore == 'firefox') || (github.event.inputs.targetStore == 'all') }}
9093 needs : install-dependencies
9194 steps :
You can’t perform that action at this time.
0 commit comments