Skip to content

Commit 97cc734

Browse files
committed
ci: fix release command
1 parent cbff7a2 commit 97cc734

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
key: yarn-packages-{{ checksum "node_version" }}-{{ checksum "yarn.lock" }}
4949
paths:
5050
- ~/.cache/yarn
51-
- run:
52-
command: |
51+
- run: |
5352
git config --global user.email [email protected]
5453
git config --global user.name Deployment Bot
5554
git remote set-url origin "https://github.com/nodkz/mongodb-memory-server.git" > /dev/null 2>&1

0 commit comments

Comments
 (0)