diff --git a/.circleci/config.yml b/.circleci/config.yml index c97688a8..05157590 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: # command: sed -i 's/github:ciderapp\/Cider/github:ciderapp\/cider-releases/' package.json - run: name: Update Version Number of App - command: sudo chmod +x resources/version.sh && ./resources/version.sh + command: sudo chmod +x resources/version.sh && ./resources/version.sh || true - run: name: Update Package Managers command: sudo npm update -g npm yarn