Skip to content

Commit

Permalink
Merge pull request #561 from ckadluba/package-validation-release-auto…
Browse files Browse the repository at this point in the history
…mation

Fixed nuget.org upload
  • Loading branch information
ckadluba authored Sep 9, 2024
2 parents 66b3117 + 35f77ec commit 57110e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: |
nuget push artifacts/*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
nuget push artifacts/*.snupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}

0 comments on commit 57110e6

Please sign in to comment.