Skip to content

Commit

Permalink
Update Scripts files
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Apr 22, 2024
1 parent 7a67729 commit 615dd0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/bumpVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NEWVERCODE=$(($(cat app/build.gradle.kts | grep versionCode | tr -s ' ' | cut -d
NEWVERNAME="beta-$NEWVERCODE"

sed -i 's/versionCode.*/versionCode = '$NEWVERCODE'/' app/build.gradle.kts
sed -i 's/versionName.*/versionName = "'$NEWVERNAME'"/' app/build.gradle.kts
sed -i 's/versionName =.*/versionName = "'$NEWVERNAME'"/' app/build.gradle.kts

sed -i 's/"version":.*/"version": "'$NEWVERNAME'",/' latestBeta.json
sed -i 's/"versionCode":.*/"versionCode": '$NEWVERCODE',/' latestBeta.json
Expand Down
2 changes: 1 addition & 1 deletion .github/edit2MakeNewBeta
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Editing this file will trigger the build script for a new beta release.
Editing this file will trigger the build script for a new beta release
2 changes: 1 addition & 1 deletion .github/workflows/makeBetaRelease.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Make Canary Release
name: Make Beta Release

on:
push:
Expand Down

0 comments on commit 615dd0c

Please sign in to comment.