diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f470b5c0f..f18fce9a0 100644 --- a/.github/workflows/publish.yml +++ b/.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