Skip to content

Commit 9f27182

Browse files
committed
Push all the packages
1 parent 5598ec2 commit 9f27182

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ jobs:
3131
- name: "List package directory contents"
3232
run: dir "${{ env.PACKAGE_OUTPUT_DIRECTORY }}"
3333
shell: cmd
34-
- name: "Push main package"
35-
run: dotnet nuget push "${{ env.PACKAGE_OUTPUT_DIRECTORY }}/ValueMapper.${{ steps.version.outputs.version-without-v }}.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s ${{ env.NUGET_SOURCE_URL }}
36-
- name: "Push symbols package"
37-
run: dotnet nuget push "${{ env.PACKAGE_OUTPUT_DIRECTORY }}/ValueMapper.${{ steps.version.outputs.version-without-v }}.symbols.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s ${{ env.NUGET_SOURCE_URL }}
34+
- name: "Push all packages"
35+
run: dotnet nuget push "${{ env.PACKAGE_OUTPUT_DIRECTORY }}/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s ${{ env.NUGET_SOURCE_URL }} --skip-duplicate

0 commit comments

Comments
 (0)