We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5f880 commit d400affCopy full SHA for d400aff
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
if: steps.diff.outputs.changes != ''
52
run: |
53
git add gradle.properties
54
- git commit -m "Bump version to $next_version"
+ git commit -m "Bump version"
55
git push
56
57
publish-projects:
0 commit comments