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
31+ defaults :
32+ run :
33+ working-directory : ./hackertab
34+
3035 install-dependencies :
3136 needs : tag_version
32- runs-on : ubuntu-latest
3337 steps :
3438 - uses : actions/checkout@v2
3539 with :
4246 run : yarn
4347
4448 tag_version :
45- runs-on : ubuntu-latest
4649 steps :
4750 - uses : actions/checkout@v2
4851 - name : Bump version and push tag
6871 chrome-deploy :
6972 if : ${{ (github.event.inputs.targetStore == 'chrome') || (github.event.inputs.targetStore == 'all') }}
7073 needs : install-dependencies
71- runs-on : ubuntu-latest
7274 steps :
7375 - name : Build and zip the extension
7476 run : yarn build-chrome
8688 firefox-deploy :
8789 if : ${{ (github.event.inputs.targetStore == 'firefox') || (github.event.inputs.targetStore == 'all') }}
8890 needs : install-dependencies
89- runs-on : ubuntu-latest
9091 steps :
9192 - name : Build and zip the extension
9293 run : yarn build-firefox
You can’t perform that action at this time.
0 commit comments