Skip to content

Commit

Permalink
push preview nuget version on push to main (#5)
Browse files Browse the repository at this point in the history
add readme to nuget package
  • Loading branch information
vhatsura authored Aug 8, 2022
1 parent effe59e commit b3fea5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nuget.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Publish NuGet package
on:
release:
types: [ published ]
push:
branches: [ main ]

jobs:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<Authors>Vadim Hatsura</Authors>
<Description>Confluent.Kafka instrumentationusing the [System.Diagnostics.Activity](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.activity) API</Description>
<PackageTags>kafka, confluent, diagnostics</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright (c) 2022 - Present</Copyright>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -36,4 +37,8 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit b3fea5b

Please sign in to comment.