increase version for each commit instead of tag

This commit is contained in:
zznty
2024-10-24 20:44:25 +07:00
parent 1eef90335b
commit 152e275107

View File

@@ -31,6 +31,7 @@ jobs:
tag_prefix: ''
major_pattern: 'breaking:'
minor_pattern: 'feature:'
bump_each_commit: true
- run: dotnet publish -c Release -o ./pub CringeBootstrap/CringeBootstrap.csproj --no-restore -p:Version="${{ steps.version.outputs.version }}" -r win-x64 --no-self-contained
id: publish