- remove steps

pull/32/head
Simon G 6 years ago committed by GitHub
parent 67e0efced0
commit 6ceee9298c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      .github/workflows/deploy.yml

@ -20,12 +20,12 @@ jobs:
name: GitHub name: GitHub
runs-on: windows-latest runs-on: windows-latest
steps: # steps:
- name: Deploy to GitHub Package Registry # - name: Deploy to GitHub Package Registry
env: # env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: # run:
dotnet pack -c Release # dotnet pack -c Release
nuget sources Add -Name "GithubPackageRegistry" -Source "https://nuget.pkg.github.com/OWNER/index.json" -UserName SimonG96 -Password GITHUB_TOKEN # nuget sources Add -Name "GithubPackageRegistry" -Source "https://nuget.pkg.github.com/SimonG96/index.json" -UserName SimonG96 -Password GITHUB_TOKEN
cd bin\Release # cd bin\Release
dotnet nuget push LightweightIocContainer.*.nupkg -Source "GithubPackageRegistry" # dotnet nuget push LightweightIocContainer.*.nupkg -Source "GithubPackageRegistry"

Loading…
Cancel
Save