소스 검색

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 
       uses: gittools/actions/gitversion/setup@v0
       with:
-        versionSpec: 5.x
+          versionSpec: '6.x'
+          includePrerelease: true
 
     - name: Determine Version
       uses: gittools/actions/gitversion/execute@v0