mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Format manifest file after applying new version (#9480)
This commit is contained in:
parent
088d4c34f1
commit
92314cc3ed
@ -4,6 +4,8 @@ workflows:
|
||||
test_and_release:
|
||||
jobs:
|
||||
- create_release_pull_request:
|
||||
requires:
|
||||
- prep-deps
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
@ -21,6 +21,7 @@ printf '%s\n' 'Updating the manifest version if needed'
|
||||
version="${CIRCLE_BRANCH/Version-v/}"
|
||||
updated_manifest="$(jq ".version = \"$version\"" app/manifest/_base.json)"
|
||||
printf '%s\n' "$updated_manifest" > app/manifest/_base.json
|
||||
yarn prettier --write app/manifest/_base.json
|
||||
|
||||
if [[ -z $(git status --porcelain) ]]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user