Tigger Kindel 1 year ago
parent
commit
1407b803ed
2 changed files with 2 additions and 3 deletions
  1. 2 2
      .github/workflows/publish.yml
  2. 0 1
      GitVersion.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: /verbosity Diagnostic
+        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

+ 0 - 1
GitVersion.yml

@@ -26,4 +26,3 @@ branches:
     increment: Inherit
     increment: Inherit
 ignore:
 ignore:
   sha: []
   sha: []
-merge-message-formats: {}