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 07b3460 commit 8337b00Copy full SHA for 8337b00
.github/workflows/dotnet.yml
@@ -87,4 +87,4 @@ jobs:
87
path: ./build.out/
88
89
- name: Push to GitHub Nuget Repo
90
- run: dotnet nuget push ./build.out/*.nupkg --source https://nuget.pkg.github.com/umbraco-community/index.json --api-key ${{ github.token }}
+ run: dotnet nuget push ./build.out/*.nupkg --skip-duplicate --source https://nuget.pkg.github.com/umbraco-community/index.json --api-key ${{ github.token }}
0 commit comments