We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb5880 commit 9ac783cCopy full SHA for 9ac783c
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
sed -i "s/^version\s*=.*/version = ${{ inputs.version }}/" gradle.properties
56
git add gradle.properties
57
- git commit --allow-empty -m "Releasing version ${{ inputs.version }}"
+ git commit --allow-empty -m "release: Releasing version ${{ inputs.version }}"
58
git push origin HEAD
59
60
- name: Build
0 commit comments