Skip to content

Commit bedf7cc

Browse files
Louie ColganLouie Colgan
authored andcommitted
fix: skip dupe packages + symbols
1 parent dac2473 commit bedf7cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: dotnet pack src/Ljbc1994.Blazor.IntersectionObserver/*.csproj --configuration Release --verbosity Detailed
4141

4242
- name: Dotnet publish to nuget
43-
run: dotnet nuget push src/Ljbc1994.Blazor.IntersectionObserver/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
43+
run: dotnet nuget push src/Ljbc1994.Blazor.IntersectionObserver/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
4444
env:
4545
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
4646

0 commit comments

Comments
 (0)