Skip to content

Commit b6577f4

Browse files
committed
Fix tags and CI/CD config
1 parent 039a768 commit b6577f4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publishnuget.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
- name: Create packages
3737
run: |
3838
dotnet pack ${{ github.event.repository.name }} -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"
39-
dotnet pack ${{ github.event.repository.name }}.Configuration -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"
40-
dotnet pack ${{ github.event.repository.name }}.DependencyInjection -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}"
4139
4240
- name: Publish
4341
run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.NUGET_API_KEY}}

SimpleFeedReader/SimpleFeedReader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RootNamespace>SimpleFeedReader</RootNamespace>
1717
<PackageProjectUrl>https://github.com/RobThree/SimpleFeedReader</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/RobThree/SimpleFeedReader</RepositoryUrl>
19-
<PackageTags>rss atom syndication feed</PackageTags>
19+
<PackageTags>rss;atom;syndication;feed;rss;atom</PackageTags>
2020
<PackageReleaseNotes>* Added netcore support</PackageReleaseNotes>
2121
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2222
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)