From d0eda62bd8e686fe4c49a1d1c9ac0e40db1117f5 Mon Sep 17 00:00:00 2001 From: zznty Date: Wed, 17 Jan 2024 09:40:14 +0000 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da93a19..508cb28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,10 @@ jobs: - name: Git Version id: version - uses: codacy/git-version@2.7.1 + uses: paulhatch/semantic-version@v5.3.0 + with: + major_pattern: 'breaking:' + minor_pattern: 'feature:' - run: dotnet publish -c Release -o ./pub CringeLauncher/CringeLauncher.csproj --no-restore -p:Version="${{ steps.version.outputs.version }}" -r win-x64 --no-self-contained id: publish