Explorar o código

adjusting publish workflow 3

Charlie Kindel %!s(int64=4) %!d(string=hai) anos
pai
achega
726a81a535
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/publish.yml

+ 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