Skip to content

Commit e38671e

Browse files
committed
Fix workflow
1 parent 8aa2c52 commit e38671e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- master
8+
workflow_dispatch:
89

910
permissions:
1011
contents: write

Telegram.Bot.UI/Telegram.Bot.UI.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<InternalsVisibleTo Include="Telegram.Bot.UI.Tests" />
1818
</ItemGroup>
1919

20+
<ItemGroup>
21+
<None Include="../README.md" Pack="true" PackagePath="" />
22+
</ItemGroup>
23+
2024
<ItemGroup>
2125
<PackageReference Include="AngleSharp" Version="1.4.0" />
2226
<PackageReference Include="Jint" Version="4.4.2" />

0 commit comments

Comments
 (0)