Skip to content

Commit 2c0a1ce

Browse files
committed
remove working dir
1 parent 45c3edf commit 2c0a1ce

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/distribute.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
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:
@@ -47,9 +44,6 @@ jobs:
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
@@ -74,9 +68,6 @@ jobs:
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:
@@ -95,9 +86,6 @@ jobs:
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:

0 commit comments

Comments
 (0)