Browse Source

gitversion 6

Tigger Kindel 2 years ago
parent
commit
ad28a47579
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/dotnet-core.yml

+ 3 - 1
.github/workflows/dotnet-core.yml

@@ -28,7 +28,9 @@ jobs:
     - name: Determine Version
       uses: gittools/actions/gitversion/execute@v0
       with:
-        useConfigFile: true
+          versionSpec: '6.x'
+          includePrerelease: true
+          useConfigFile: true
       id: gitversion # step id used as reference for output values
 
     - name: Setup .NET Core