semver fix
This commit is contained in:
parent
5e5d713a28
commit
49300cb6e2
3 changed files with 27 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue