Skip to content

Commit

Permalink
Remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1face committed May 24, 2022
1 parent 2070636 commit a646900
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
with:
dotnet-version: '6.0.x'
- run: dotnet build --configuration Release .
- name: Create the package
run: dotnet pack --configuration Release .
- name: Publish the package to nuget.org
run: |
dotnet nuget push src/BeyondTech.Extensions.Logging.Timing/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit a646900

Please sign in to comment.