Skip to content

Commit

Permalink
fix an small issue: could not commit before add it to git
Browse files Browse the repository at this point in the history
  • Loading branch information
shukebeta committed Oct 10, 2024
1 parent c81bd75 commit c55eec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/build-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ sed -i "s/^FLUTTER_VERSION_CODE=.*/FLUTTER_VERSION_CODE=$new_version_code/" .env
sed -i "s/^FLUTTER_VERSION_NAME=.*/FLUTTER_VERSION_Name=$new_version_name/" .env.production

# Commit the changes
git add .env.production
git commit -m "Update flutter.versionCode to $new_version_code and flutter.versionName to $new_version_name"

cp .env.production .env
Expand Down

0 comments on commit c55eec6

Please sign in to comment.