2
0
Эх сурвалжийг харах

adjusting publish workflow 3

Charlie Kindel 4 жил өмнө
parent
commit
726a81a535

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

@@ -25,8 +25,8 @@ jobs:
           dotnet tool install --global minver-cli --version 2.4.0
           echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV
 
-      #- name: Install dependencies
-      #  run: dotnet restore
+      - name: Install dependencies
+        run: dotnet restore
 
       #- name: Build
       #  run: dotnet build --configuration Release --no-restore