From cd31402cd04359175523d0f66701652eb0734aa8 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 26 Apr 2021 11:46:21 -0700 Subject: [PATCH] adjusting publish workflow 3 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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