circleci: Fix build

This commit is contained in:
Jonatan Nilsson 2020-09-12 21:11:01 +00:00
parent f89fd01fa7
commit f08bb3432f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
- run:
name: Check if this is a new release
command: |
set +e
github-release list --owner $CIRCLE_PROJECT_USERNAME --repo $CIRCLE_PROJECT_REPONAME | grep "tag_name=\"v${PACKAGE_VERSION}\""
retVal=$?
if [ $retVal -eq 0 ]; then