semver fix

This commit is contained in:
vapormusic 2022-05-21 09:46:22 +07:00
parent 5e5d713a28
commit 49300cb6e2
3 changed files with 27 additions and 26 deletions

View file

@ -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: chmod +x resources/version.sh && ./resources/version.sh
command: sudo chmod +x resources/version.sh && ./resources/version.sh
- run:
name: Update Package Managers
command: sudo npm update -g npm yarn