Skip to content

Commit

Permalink
Remove true from --no-symbols due to suggestion NuGet/Home#11601
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkallesen committed Feb 17, 2022
1 parent 34efb04 commit 59905c3
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 @@ -53,4 +53,4 @@ jobs:
run: dotnet pack -c Release --no-restore -o ${GITHUB_WORKSPACE}/packages -p:RepositoryBranch=$BRANCH_NAME /p:PublicRelease=true

- name: 📦 Push packages to NuGet
run: dotnet nuget push ${GITHUB_WORKSPACE}/packages/'Atc.Blazor.ColorThemePreference.'${NBGV_NuGetPackageVersion}'.nupkg' -k ${{ secrets.NUGET_KEY }} -s ${{ env.NUGET_REPO_URL }} --skip-duplicate --no-symbols true
run: dotnet nuget push ${GITHUB_WORKSPACE}/packages/'Atc.Blazor.ColorThemePreference.'${NBGV_NuGetPackageVersion}'.nupkg' -k ${{ secrets.NUGET_KEY }} -s ${{ env.NUGET_REPO_URL }} --skip-duplicate --no-symbols

0 comments on commit 59905c3

Please sign in to comment.