We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcdbeb1 + a46cf2b commit 86aef99Copy full SHA for 86aef99
.github/workflows/create-support-release.yml
@@ -82,7 +82,7 @@ jobs:
82
find . -type f -name "*.csproj" -exec sed -i 's#<Version>[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]#<Version>${{ env.NUGET_VERSION }}#g' '{}' \;
83
84
git add *.csproj
85
- git commit -m "Raises version number to ${{ env.NUGET_VERSION }}"
+ git commit --allow-empty -m "Raises version number to ${{ env.NUGET_VERSION }}"
86
87
echo Tag release commit
88
git tag release/${{ env.NUGET_VERSION }}
0 commit comments