We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1838908 commit 1e4139fCopy full SHA for 1e4139f
.github/workflows/continuous-integration.yml
@@ -118,5 +118,6 @@ jobs:
118
name: Version ${{ github.ref_name }}
119
body_path: ReleaseNotes.md
120
prerelease: ${{ contains(github.ref_name, '-') }}
121
+ files: "*.nupkg"
122
- name: 🚀 Publish NuGet package on nuget.org
123
run: dotnet nuget push "*.nupkg" --source https://api.nuget.org/v3/index.json --api-key "${{ secrets.NUGET_API_KEY }}"
0 commit comments