File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ jobs:
55
55
echo "NEW MAX APP VERSION = ${NEW_MAX_APP_VERSION}"
56
56
echo "new_max_app_version=${NEW_MAX_APP_VERSION}" >> "$GITHUB_OUTPUT"
57
57
58
- - name : Update versions .json with new app version
58
+ - name : Update config .json with new app version
59
59
working-directory : packages/clippy/src/features/config
60
60
run : |
61
61
if [[ -z "${{ steps.set-max-app-version.outputs.new_max_app_version }}" ]]; then
62
62
echo "Failed to determine new max app version"
63
63
exit 1
64
64
fi
65
65
66
- jq --arg version "${{ steps.set-max-app-version.outputs.new_max_app_version }}" '.deposits.showAppPayDepositMaxVersion = $version' versions .json > config.temp.json
66
+ jq --arg version "${{ steps.set-max-app-version.outputs.new_max_app_version }}" '.deposits.showAppPayDepositMaxVersion = $version' config .json > config.temp.json
67
67
mv config.temp.json config.json
68
68
69
69
- name : Commit new max app version to main
You can’t perform that action at this time.
0 commit comments