From 6ce28788171fcd8fa0c4b1c5af776bfb4c99e7b8 Mon Sep 17 00:00:00 2001 From: Simon G Date: Tue, 24 Sep 2019 15:04:19 +0200 Subject: [PATCH] - remove new line --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6c92a41..b00211b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,8 +24,7 @@ jobs: - 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"