circleci: Fix build
This commit is contained in:
parent
f89fd01fa7
commit
f08bb3432f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue