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