Skip to content

Commit 8511f7a

Browse files
authored
chore(ci): attach workspace in publish job
1 parent 734d35e commit 8511f7a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,7 @@ jobs:
281281
"Publish: semantic release":
282282
<<: *js_defaults
283283
steps:
284-
- restore-cache: *cache_restore_yarn
285-
- run:
286-
name: Install dependencies
287-
command: yarn --pure-lockfile --non-interactive --cache-folder ~/.cache/yarn
288-
- save-cache: *cache_save_yarn
284+
- *addWorkspace
289285
- run:
290286
name: Publish to NPM registry
291287
command: yarn ci:publish

0 commit comments

Comments
 (0)