浏览代码

gitversion 6

Tigger Kindel 2 年之前
父节点
当前提交
ad28a47579
共有 1 个文件被更改,包括 3 次插入1 次删除
  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