Skip to content

Commit 6813bc0

Browse files
authored
Merge pull request #39 from jkone27/skip-duplicate
skip duplicate
2 parents c1585e9 + 9312143 commit 6813bc0

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
@@ -31,4 +31,4 @@ jobs:
3131
# Main branch only
3232
if: github.ref == 'refs/heads/main'
3333
run: |
34-
dotnet nuget push **/*.nupkg --api-key ${{secrets.NUGET_KEY}}
34+
dotnet nuget push **/*.nupkg --api-key ${{secrets.NUGET_KEY}} --skip-duplicate

0 commit comments

Comments
 (0)