[Build] Use dotnet sdk 6.0.102 in release workflow (#4012)
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 10 Mar 2022 00:41:35 +0000 (09:41 +0900)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 00:41:35 +0000 (09:41 +0900)
- Bug: https://github.com/NuGet/Home/issues/11607

.github/workflows/deploy-packages.yml

index 28e52ab..d5fa0d7 100644 (file)
@@ -27,6 +27,10 @@ jobs:
       with:
         ref: ${{ env.TARGET_BRANCH }}
         fetch-depth: 0
+    
+    - uses: actions/setup-dotnet@v1
+      with:
+        dotnet-version: '6.0.102'
 
     - name: Git Config
       run: |