We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4207b7 commit 655cb94Copy full SHA for 655cb94
1 file changed
.github/workflows/release_pr.yml
@@ -31,6 +31,6 @@ jobs:
31
perl -pi -e 's/version = "${{env.CURRENT_VERSION}}"/version = "${{steps.bump.outputs.new_version}}"/' build.gradle
32
perl -pi -e 's/${{env.CURRENT_VERSION}}/${{steps.bump.outputs.new_version}}/' README.md
33
34
- git add README.md CHANGELOG.md
+ git add README.md CHANGELOG.md build.gradle
35
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
36
git push
0 commit comments