Skip to content

Commit 8337b00

Browse files
author
Warren Buckley
committed
Adds skip duplicate to the CI nuget pkg pushes to GitHub NuGet feed
1 parent 07b3460 commit 8337b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
path: ./build.out/
8888

8989
- 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 }}
90+
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

Comments
 (0)