File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 install-dependencies :
3232 runs-on : ubuntu-latest
3333 needs : tag_version
34- defaults :
35- run :
36- working-directory : ./hackertab
3734 steps :
3835 - uses : actions/checkout@v2
3936 with :
4744
4845 tag_version :
4946 runs-on : ubuntu-latest
50- defaults :
51- run :
52- working-directory : ./hackertab
5347 steps :
5448 - uses : actions/checkout@v2
5549 - name : Bump version and push tag
7468
7569 chrome-deploy :
7670 runs-on : ubuntu-latest
77- defaults :
78- run :
79- working-directory : ./hackertab
8071 if : ${{ (github.event.inputs.targetStore == 'chrome') || (github.event.inputs.targetStore == 'all') }}
8172 needs : install-dependencies
8273 steps :
9586
9687 firefox-deploy :
9788 runs-on : ubuntu-latest
98- defaults :
99- run :
100- working-directory : ./hackertab
10189 if : ${{ (github.event.inputs.targetStore == 'firefox') || (github.event.inputs.targetStore == 'all') }}
10290 needs : install-dependencies
10391 steps :
You can’t perform that action at this time.
0 commit comments