mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
ci: Update build.yml workflow
This commit is contained in:
@@ -32,6 +32,7 @@ jobs:
|
||||
- name: Disable DEV Flag + Set Version
|
||||
working-directory: server
|
||||
run: |
|
||||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
|
||||
brew install jq
|
||||
mv package.json pkg-temp.json
|
||||
jq --arg vs "$REL_VERSION_STRICT" -r '. + {dev:false, version:$vs}' pkg-temp.json > package.json
|
||||
|
||||
Reference in New Issue
Block a user