Skip to content

Commit

Permalink
Fix release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Jun 8, 2018
1 parent ebf2422 commit cb4a33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ echo "/ghr -t <hidden> \
-u $CIRCLE_PROJECT_USERNAME \
-r $CIRCLE_PROJECT_REPONAME \
-replace \
"${VERSION_TAG}" \
"${MODULE_DIR}"
${VERSION_TAG} \
${MODULE_DIR}"
/ghr -t $GITHUB_TOKEN \
-u $CIRCLE_PROJECT_USERNAME \
-r $CIRCLE_PROJECT_REPONAME \
Expand Down

0 comments on commit cb4a33a

Please sign in to comment.