Skip to content

Commit 57110e6

Browse files
authored
Merge pull request #561 from ckadluba/package-validation-release-automation
Fixed nuget.org upload
2 parents 66b3117 + 35f77ec commit 57110e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ jobs:
5454
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
5555
run: |
5656
nuget push artifacts/*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
57-
nuget push artifacts/*.snupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)