We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73479d4 + 376a1e6 commit cc021b8Copy full SHA for cc021b8
1 file changed
.github/workflows/nuget-publish.yml
@@ -1,4 +1,4 @@
1
-name: MSBuild
+name: Publish a NuGet package
2
3
on: [push]
4
@@ -37,4 +37,4 @@ jobs:
37
run: dotnet nuget add source --username jaccz --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name pict "https://nuget.pkg.github.com/microsoft/index.json"
38
39
- name: Publish the package
40
- run: dotnet nuget push "Microsoft.Test.Pict.3.7.0.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "pict"
+ run: dotnet nuget push "Microsoft.Test.Pict.*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "pict" --skip-duplicate
0 commit comments