Skip to content

Commit 6e21d92

Browse files
committed
Seems to be pushing symbols anyway.
1 parent 5ed076c commit 6e21d92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
if: ${{ env.RUN_DEPLOY }}
3636
run: |
3737
dotnet nuget push ./src/Kevsoft.PDFtk/bin/Release/*.nupkg --source NuGet.org --api-key ${{ secrets.NUGET_API_KEY }}
38-
dotnet nuget push ./src/Kevsoft.PDFtk/bin/Release/*.snupkg --source NuGet.org --api-key ${{ secrets.NUGET_API_KEY }}
3938
- name: Create Release
4039
id: create_release
4140
if: ${{ env.RUN_DEPLOY }}

0 commit comments

Comments
 (0)