Skip to content

Commit

Permalink
fixed pipeline (once again xD)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiximenis committed Apr 30, 2021
1 parent ac64699 commit 19778f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdnuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
with:
nuget-version: latest
- name: Publish nuget
run: dotnet nuget push ./artifacts/Serilog.Logfmt.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push ./artifacts/Serilog.Logfmt.*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 19778f3

Please sign in to comment.