Update .github/workflows/build.yml

This commit is contained in:
2024-01-17 09:40:14 +00:00
parent d364fc400b
commit d0eda62bd8

View File

@@ -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