From 152e2751071a1698a791f309efe809c62095fe24 Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:44:25 +0700 Subject: [PATCH] increase version for each commit instead of tag --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b59048..8e8748f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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