Skip to content

Commit

Permalink
Merge pull request #37 from ZEISS-PiWeb/georg-eckert-zeiss-patch-1
Browse files Browse the repository at this point in the history
Update create-support-release.yml
  • Loading branch information
Schnjan authored Nov 15, 2024
2 parents bcdbeb1 + a46cf2b commit 86aef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-support-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
find . -type f -name "*.csproj" -exec sed -i 's#<Version>[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]#<Version>${{ env.NUGET_VERSION }}#g' '{}' \;
git add *.csproj
git commit -m "Raises version number to ${{ env.NUGET_VERSION }}"
git commit --allow-empty -m "Raises version number to ${{ env.NUGET_VERSION }}"
echo Tag release commit
git tag release/${{ env.NUGET_VERSION }}
Expand Down

0 comments on commit 86aef99

Please sign in to comment.