We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aea003 commit b197d35Copy full SHA for b197d35
1 file changed
.github/workflows/tag-release.yml
@@ -98,7 +98,7 @@ jobs:
98
mv JotunnLib/bin/Debug/net462/JotunnLib.dll JotunnLib-DEBUG-${{ steps.get_version.outputs.VERSION }}.dll
99
100
- name: Publish the package to Nuget
101
- run: dotnet nuget push "JotunnLib/bin/Release/*.nupkg" -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "JotunnLib/bin/Release/*.nupkg" -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
102
103
- name: Release
104
uses: softprops/action-gh-release@v1
0 commit comments