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 b6750d2 commit e47e75aCopy full SHA for e47e75a
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ inputs.version }}/g" README.adoc
90
git config --global user.email "${{ secrets.COMMIT_EMAIL }}"
91
git config --global user.name "Julien Ruaux"
92
- git commit -a -m "Releasing version ${{ inputs.version }}"
+ git commit --allow-empty -a -m "Releasing version ${{ inputs.version }}"
93
git push origin ${{ inputs.branch }}
94
95
- name: Build
0 commit comments