We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a646900 commit ce4c251Copy full SHA for ce4c251
1 file changed
.github/workflows/dotnet-package.yml
@@ -19,8 +19,6 @@ jobs:
19
dotnet-version: '6.0.x'
20
- run: dotnet build --configuration Release .
21
- 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
+ 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
25
env:
26
NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}}
0 commit comments