浏览代码

back to 5.x

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

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

@@ -21,14 +21,14 @@ jobs:
     - name: Install GitVersion 
     - name: Install GitVersion 
       uses: gittools/actions/gitversion/setup@v0
       uses: gittools/actions/gitversion/setup@v0
       with:
       with:
-          versionSpec: '6.x'
+          versionSpec: '5.x'
           includePrerelease: true
           includePrerelease: true
 
 
     - name: Determine Version
     - name: Determine Version
       uses: gittools/actions/gitversion/execute@v0
       uses: gittools/actions/gitversion/execute@v0
       with:
       with:
         useConfigFile: true
         useConfigFile: true
-        additionalArguments: /b develop
+        #additionalArguments: /b develop
       id: gitversion # step id used as reference for output values
       id: gitversion # step id used as reference for output values
 
 
     - name: Setup dotnet
     - name: Setup dotnet