Unverified Commit 7895a213 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: Update build.yml workflow

parent 5677d853
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment