ci: Update build.yml workflow

This commit is contained in:
Nicolas Giard
2023-11-04 19:26:19 -04:00
committed by GitHub
parent 5677d85305
commit 7895a2130a
+1
View File
@@ -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