Skip to content

Commit 744b3bb

Browse files
committed
Publish
1 parent 90365ee commit 744b3bb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
run: dotnet build DbApiBuilderEntityGenerator.sln --configuration Release
2424
- name: Pack
25-
run: dotnet pack DbApiBuilderEntityGenerator.sln --configuration Release --no-build --no-restore --output .
25+
run: dotnet pack src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.csproj --configuration Release --no-build --no-restore --output .
2626
# Get a short-lived NuGet API key
2727
- name: NuGet login (OIDC → temp API key)
2828
uses: NuGet/login@v1

src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<PackageVersion>1.0.1-alpha</PackageVersion>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)