We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27594b commit 596462aCopy full SHA for 596462a
.github/workflows/publish.yml
@@ -45,10 +45,12 @@ jobs:
45
run: |
46
dotnet nuget push ./nupkg/*.nupkg \
47
--api-key ${{ steps.login.outputs.NUGET_API_KEY }} \
48
- --source https://api.nuget.org/v3/index.json
+ --source https://api.nuget.org/v3/index.json \
49
+ --skip-duplicate
50
51
- name: Publish to GitHub Packages
52
53
54
--api-key ${{ secrets.GITHUB_TOKEN }} \
- --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
55
+ --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" \
56
0 commit comments