Skip to content

Commit

Permalink
Fixes readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JudahGabriel committed Jan 13, 2024
1 parent 2a09b89 commit 73d0cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master # Default release branch
jobs:
publish:
name: build, pack & publish
name: Build, pack & publish RavenMigrations Nuget package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions Raven.Migrations/Raven.Migrations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<nullable>enable</nullable>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Title></Title>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Title>RavenDB.Migrations</Title>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
Expand All @@ -37,7 +37,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\RavenDB.DependencyInjection\README.md">
<None Include="..\readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit 73d0cb1

Please sign in to comment.