Jelajahi Sumber

adjusting publish workflow 3

Charlie Kindel 4 tahun lalu
induk
melakukan
726a81a535
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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