mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 07:12:19 +00:00
chore: fix wrong file name of package.json in release script
This commit is contained in:
@@ -34,7 +34,7 @@ echo $NEW_VERSION >.version
|
|||||||
git add .version
|
git add .version
|
||||||
|
|
||||||
# Update version in frontend/package.json
|
# Update version in frontend/package.json
|
||||||
jq --arg new_version "$NEW_VERSION" '.version = $new_version' frontend/package.json >frontend/package.json && mv frontend/package_tmp.json frontend/package.json
|
jq --arg new_version "$NEW_VERSION" '.version = $new_version' frontend/package.json >frontend/package_tmp.json && mv frontend/package_tmp.json frontend/package.json
|
||||||
git add frontend/package.json
|
git add frontend/package.json
|
||||||
|
|
||||||
# Check if conventional-changelog is installed, if not install it
|
# Check if conventional-changelog is installed, if not install it
|
||||||
|
|||||||
Reference in New Issue
Block a user