We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46d1229 + 6fc46f3 commit 4981911Copy full SHA for 4981911
.circleci/config.yml
@@ -19,4 +19,4 @@ jobs:
19
- run: make install_deps
20
- run: make build
21
- run: make test
22
- - run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN release; fi;
+ - run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;
0 commit comments