Skip to content

Commit 4dd4cb1

Browse files
committed
ci: fix homedir
1 parent 650c778 commit 4dd4cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git config --global user.name Deployment Bot
5454
git remote set-url origin "https://${GH_TOKEN}@github.com/nodkz/mongodb-memory-server.git" > /dev/null 2>&1
5555
git checkout master
56-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
56+
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ${HOME}/.npmrc 2> /dev/null
5757
- run: yarn release --yes
5858

5959
workflows:

0 commit comments

Comments
 (0)