Skip to content

Commit 8138a11

Browse files
authored
fix: checkout --> checkout_with_workspace (#34)
1 parent c54e9dd commit 8138a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
docker:
6161
- image: circleci/node:12
6262
steps:
63-
- checkout
63+
- checkout_with_workspace
6464
- run:
6565
name: Set tip of alpha branch on top of release and force-push it to remote
6666
command: |

0 commit comments

Comments
 (0)