Skip to content

Commit c2a9247

Browse files
committed
2 parents c191937 + 7085fe5 commit c2a9247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
- name: Publish
4747
if: github.event_name != 'pull_request' && (github.ref_name == 'master')
4848
run: |
49+
dotnet nuget push **/*.nupkg --source 'https://api.nuget.org/v3/index.json' -k ${{ secrets.NUGETKEY }} --skip-duplicate
4950
dotnet nuget push **/*.snupkg --source 'https://api.nuget.org/v3/index.json' -k ${{ secrets.NUGETKEY }} --skip-duplicate

0 commit comments

Comments
 (0)