We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb1c03 commit 1f9bf7dCopy full SHA for 1f9bf7d
.github/workflows/testpack.yml
@@ -18,7 +18,7 @@ jobs:
18
(cd win-x64 && zip -9r ../badmedicine-cli-win-x64.zip .)
19
- name: Nuget push
20
if: contains(github.ref,'refs/tags/')
21
- run: (cd BadMedicine.Core && nuget push HIC.*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_KEY }})
+ run: (cd BadMedicine.Core && nuget push HIC.*.nupkg -skipDuplicate -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_KEY }})
22
- name: Upload release binaries
23
24
uses: alexellis/upload-assets@0.2.2
0 commit comments