From a0a424704f31f01edcf7025512eff73a717a1c60 Mon Sep 17 00:00:00 2001 From: Simon G Date: Tue, 24 Sep 2019 15:03:11 +0200 Subject: [PATCH] - try to only run dotnet pack --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a6535d..6c92a41 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,12 +20,12 @@ jobs: name: GitHub runs-on: windows-latest -# steps: -# - name: Deploy to GitHub Package Registry + steps: + - name: Deploy to GitHub Package Registry # env: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# run: -# dotnet pack -c Release + run: + dotnet pack -c Release # nuget sources Add -Name "GithubPackageRegistry" -Source "https://nuget.pkg.github.com/SimonG96/index.json" -UserName SimonG96 -Password GITHUB_TOKEN # cd bin\Release # dotnet nuget push LightweightIocContainer.*.nupkg -Source "GithubPackageRegistry"