Skip to content

Commit d6df64f

Browse files
author
Sayan Samanta
committed
fix release script path
1 parent ac7413a commit d6df64f

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
@@ -20,4 +20,4 @@ jobs:
2020
- run: ulimit -n 2560
2121
- run: make install_deps
2222
- run: make test
23-
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then ../ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;
23+
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;

0 commit comments

Comments
 (0)