Skip to content

Commit

Permalink
Remove duplicate command
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1face committed May 24, 2022
1 parent a646900 commit ce4c251
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
dotnet-version: '6.0.x'
- run: dotnet build --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
dotnet nuget push src/BeyondTech.Extensions.Logging.Timing/bin/Release/*.snupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
run: dotnet nuget push src/BeyondTech.Extensions.Logging.Timing/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json --skip-duplicate
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}}

0 comments on commit ce4c251

Please sign in to comment.