Update .github/workflows/release.yaml
Some checks failed
Release / Get Version (push) Successful in 12s
Release / Build and Publish Nuget (push) Failing after 5m20s
Release / Build and Publish Package (push) Successful in 6m2s

This commit is contained in:
2024-01-17 09:53:00 +00:00
parent 667f52f33b
commit aeaf755d08

View File

@@ -23,7 +23,11 @@ jobs:
- name: Git Version
id: version
uses: codacy/git-version@2.7.1
uses: paulhatch/semantic-version@v5.3.0
with:
tag_prefix: ''
major_pattern: 'breaking:'
minor_pattern: 'feature:'
build-nuget:
name: Build and Publish Nuget