Skip to content

Commit 1f9bf7d

Browse files
committed
Make nuget push ignore duplicates so we can keep rebuilding until Github Actions complete...
1 parent 2fb1c03 commit 1f9bf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
(cd win-x64 && zip -9r ../badmedicine-cli-win-x64.zip .)
1919
- name: Nuget push
2020
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 }})
21+
run: (cd BadMedicine.Core && nuget push HIC.*.nupkg -skipDuplicate -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_KEY }})
2222
- name: Upload release binaries
2323
if: contains(github.ref,'refs/tags/')
2424
uses: alexellis/upload-assets@0.2.2

0 commit comments

Comments
 (0)