Skip to content

Commit 655cb94

Browse files
committed
fix: release workflow should add build.gradle of version bump
1 parent a4207b7 commit 655cb94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
perl -pi -e 's/version = "${{env.CURRENT_VERSION}}"/version = "${{steps.bump.outputs.new_version}}"/' build.gradle
3232
perl -pi -e 's/${{env.CURRENT_VERSION}}/${{steps.bump.outputs.new_version}}/' README.md
3333
34-
git add README.md CHANGELOG.md
34+
git add README.md CHANGELOG.md build.gradle
3535
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
3636
git push

0 commit comments

Comments
 (0)