File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments