Skip to content

Commit

Permalink
Fix package name (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scogun authored May 31, 2022
1 parent 8ec9000 commit 191bf2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Release
run: dotnet build --no-restore -c Release -p:Version=${{ github.event.release.tag_name }}.0
- name: Push
run: dotnet nuget push ./package/AutoMapper.Analyzers.Common.Package/bin/Release/AutoMapper.Extensions.Analyzers.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push ./package/AutoMapper.Analyzers.Common.Package/bin/Release/AutoMapper.Contrib.Analyzers.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageId>AutoMapper.Extensions.Analyzers</PackageId>
<PackageId>AutoMapper.Contrib.Analyzers</PackageId>
<Authors>Sergey Antonov</Authors>
<PackageProjectUrl>https://github.com/Scogun/AutoMapper.Analyzers</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/Scogun/AutoMapper.Analyzers/blob/main/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit 191bf2e

Please sign in to comment.