Skip to content

Commit 9e50073

Browse files
authored
Update publish.yml
1 parent 8403c14 commit 9e50073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
run: dotnet build src/HtmlPdfPlus.Shared -c Release
3030

3131
- name: Pack NuGet Package HtmlPdfPlus.Server
32-
run: dotnet pack src/HtmlPdfPlus.Server --no-build -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
32+
run: dotnet pack src/HtmlPdfPlus.Server -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
3333

3434
- name: Pack NuGet Package HtmlPdfPlus.Client
35-
run: dotnet pack src/HtmlPdfPlus.Client --no-build -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
35+
run: dotnet pack src/HtmlPdfPlus.Client -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
3636

3737
- name: Pack NuGet Package HtmlPdfPlus.Shared
38-
run: dotnet pack src/HtmlPdfPlus.Shared --no-build -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
38+
run: dotnet pack src/HtmlPdfPlus.Shared -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
3939

4040
- name: Publish Package HtmlPdfPlus.Server
4141
run: dotnet nuget push dist/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)