Skip to content

Commit

Permalink
Change the commit approach
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Oct 26, 2023
1 parent a521ca4 commit 8e83ad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ jobs:
run: |
git config user.email "[email protected]"
git config user.name "Github Actions"
git add .
git commit -am "Bump version code and change version name to ${{ env.VERSION_NAME }}"
git push origin HEAD
git push origin develop
buildRelease:
needs: bumpVersion
Expand Down

0 comments on commit 8e83ad1

Please sign in to comment.