We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c191937 + 7085fe5 commit c2a9247Copy full SHA for c2a9247
.github/workflows/deploy.yml
@@ -46,4 +46,5 @@ jobs:
46
- name: Publish
47
if: github.event_name != 'pull_request' && (github.ref_name == 'master')
48
run: |
49
+ dotnet nuget push **/*.nupkg --source 'https://api.nuget.org/v3/index.json' -k ${{ secrets.NUGETKEY }} --skip-duplicate
50
dotnet nuget push **/*.snupkg --source 'https://api.nuget.org/v3/index.json' -k ${{ secrets.NUGETKEY }} --skip-duplicate
0 commit comments