Browse Source

Trying gitversion 6.x

Tigger Kindel 2 years ago
parent
commit
1aa231f2bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish.yml

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

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