We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d23a5a commit 9941d97Copy full SHA for 9941d97
.github/workflows/publish_nuget.yml
@@ -30,7 +30,7 @@ jobs:
30
run: dotnet pack -c Release -o ./output
31
32
- name: Push Packages
33
- run: dotnet nuget push "output/*.nupkg" -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "output/*.nupkg" -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
34
35
- name: release
36
uses: actions/create-release@v1
0 commit comments