Skip to content

Commit a565026

Browse files
committed
Sort
1 parent d872633 commit a565026

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
name: tarballs
156156

157157
- name: Extract tarballs
158-
run: npm exec --workspaces --call 'tar --skip-old-files --strip-components=1 -xf *.tgz'
158+
run: npm exec --call 'tar --skip-old-files --strip-components=1 -xf *.tgz' --workspaces
159159

160160
# - run: npm run build --if-present
161161

@@ -184,7 +184,7 @@ jobs:
184184
name: tarballs
185185

186186
- name: Extract tarballs
187-
run: npm exec --workspaces --call 'tar --skip-old-files --strip-components=1 -xf *.tgz'
187+
run: npm exec --call 'tar --skip-old-files --strip-components=1 -xf *.tgz' --workspaces
188188

189189
# - run: npm run build --if-present
190190

@@ -241,7 +241,7 @@ jobs:
241241
name: tarballs
242242

243243
- name: Extract tarballs
244-
run: npm exec --workspaces --call 'tar --skip-old-files --strip-components=1 -xf *.tgz'
244+
run: npm exec --call 'tar --skip-old-files --strip-components=1 -xf *.tgz' --workspaces
245245

246246
# - run: npm run build --if-present
247247

0 commit comments

Comments
 (0)