- remove new line

pull/32/head
Simon G 6 years ago committed by GitHub
parent a0a424704f
commit 6ce2878817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .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"

Loading…
Cancel
Save