This commit is contained in:
yazninja 2022-05-21 00:54:14 +08:00
parent 52844317a9
commit d8e6f97592
2 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,9 @@ jobs:
# - run:
# name: Rename Repository
# 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
- run:
name: Update Package Managers
command: sudo npm update -g npm yarn