Skip to content

Commit

Permalink
fix: skip dupe packages + symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Louie Colgan authored and Louie Colgan committed Sep 4, 2021
1 parent dac2473 commit bedf7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: dotnet pack src/Ljbc1994.Blazor.IntersectionObserver/*.csproj --configuration Release --verbosity Detailed

- name: Dotnet publish to nuget
run: dotnet nuget push src/Ljbc1994.Blazor.IntersectionObserver/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
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
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}

Expand Down

0 comments on commit bedf7cc

Please sign in to comment.