QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
241 stars 61 forks source link

circleci/publish_github_release: do not fail if there no token available #355

Closed jcfr closed 6 years ago

jcfr commented 6 years ago

Since GITHUB_TOKEN is usually not available when building PR, this commit prevents failure.

See https://github.com/QIICR/dcmqi/pull/351#issuecomment-415489912