mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
ci: Constrain versionSpec for GitVersion
Action is compatible with <6.1.0 only.
This commit is contained in:
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Install GitVersion
|
||||
uses: gittools/actions/gitversion/setup@v0
|
||||
with:
|
||||
versionSpec: '6.x'
|
||||
versionSpec: '6.0.x'
|
||||
includePrerelease: true
|
||||
preferLatestVersion: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user