Skip to content

Commit

Permalink
Fix commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
shounakmulay committed Apr 21, 2022
1 parent d18983a commit 2227fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/actions/generate_new_version_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo "NEW_TAG=$new_tag" >> $GITHUB_ENV # Setting this for use later
echo "Updating CurrentVersionCode by 1 and changing file versionCode"

let "currentVersionCode=currentVersionCode+1" # Bumping versionCode By one
sed -i 's/versionCode [0-9A-Za-z]*/versionCode '$currentVersionCode'/' $GITHUB_WORKSPACE/app/app.gradle
sed -i 's/versionCode [0-9A-Za-z]*/versionCode '$currentVersionCode'/' $GITHUB_WORKSPACE/app/app.gradle.kts



0 comments on commit 2227fc1

Please sign in to comment.