Skip to content

Commit 4981911

Browse files
authored
Merge pull request #43 from Clever/mcab/fix-github-releases
Fix publishing via CircleCI
2 parents 46d1229 + 6fc46f3 commit 4981911

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
@@ -19,4 +19,4 @@ jobs:
1919
- run: make install_deps
2020
- run: make build
2121
- run: make test
22-
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN release; fi;
22+
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN; fi;

0 commit comments

Comments
 (0)