We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d7cae commit 35281acCopy full SHA for 35281ac
1 file changed
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build
23
run: dotnet build DbApiBuilderEntityGenerator.sln --configuration Release
24
- name: Pack
25
- run: dotnet pack src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.csproj --configuration Release --no-build --no-restore --output .
+ run: dotnet pack DbApiBuilderEntityGenerator.sln --configuration Release --no-build --no-restore --output .
26
# Get a short-lived NuGet API key
27
- name: NuGet login (OIDC → temp API key)
28
uses: NuGet/login@v1
0 commit comments