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 94337bf commit d18983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/actions/commit_and_update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
git config user.email "william-the-bot@wednesday.is"
git config user.name "William The Bot"

git add $GITHUB_WORKSPACE/app/app.gradle
git add $GITHUB_WORKSPACE/app/app.gradle.kts
git commit -m "Bumped versionCode by 1 [skip ci]" # skip ci actually skips the ci

CURRENT_BRANCH=$(git branch --show-current)
Expand Down

0 comments on commit d18983a

Please sign in to comment.