浏览代码

Back to 6.x

Tigger Kindel 2 年之前
父节点
当前提交
1674473a3e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/publish.yml

+ 2 - 1
.github/workflows/publish.yml

@@ -17,7 +17,8 @@ jobs:
     - name: Install and calculate the new version with GitVersion 
     - name: Install and calculate the new version with GitVersion 
       uses: gittools/actions/gitversion/setup@v0
       uses: gittools/actions/gitversion/setup@v0
       with:
       with:
-        versionSpec: 5.x
+          versionSpec: '6.x'
+          includePrerelease: true
 
 
     - name: Determine Version
     - name: Determine Version
       uses: gittools/actions/gitversion/execute@v0
       uses: gittools/actions/gitversion/execute@v0