Skip to content

Commit ce4c251

Browse files
committed
Remove duplicate command
1 parent a646900 commit ce4c251

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/dotnet-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
dotnet-version: '6.0.x'
2020
- run: dotnet build --configuration Release .
2121
- name: Publish the package to nuget.org
22-
run: |
23-
dotnet nuget push src/BeyondTech.Extensions.Logging.Timing/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
24-
dotnet nuget push src/BeyondTech.Extensions.Logging.Timing/bin/Release/*.snupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
22+
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
2523
env:
2624
NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}}

0 commit comments

Comments
 (0)