We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed076c commit 6e21d92Copy full SHA for 6e21d92
.github/workflows/continuous-integration-workflow.yml
@@ -35,7 +35,6 @@ jobs:
35
if: ${{ env.RUN_DEPLOY }}
36
run: |
37
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 }}
39
- name: Create Release
40
id: create_release
41
0 commit comments