Skip to content

Commit 0047a2e

Browse files
committed
please, release me from this pointless labor
1 parent ac0a7d5 commit 0047a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_nuget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
run: dotnet pack -c Release -o package tools/UglyToad.PdfPig.Package/UglyToad.PdfPig.Package.csproj -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
9292

9393
- name: Publish to NuGet
94+
shell: bash
9495
run: dotnet nuget push package/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
9596

9697
- name: Create GitHub Release

0 commit comments

Comments
 (0)