Skip to content

Commit 1e4139f

Browse files
committed
Include the NuGet package in the GitHub release assets
1 parent 1838908 commit 1e4139f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@ jobs:
118118
name: Version ${{ github.ref_name }}
119119
body_path: ReleaseNotes.md
120120
prerelease: ${{ contains(github.ref_name, '-') }}
121+
files: "*.nupkg"
121122
- name: 🚀 Publish NuGet package on nuget.org
122123
run: dotnet nuget push "*.nupkg" --source https://api.nuget.org/v3/index.json --api-key "${{ secrets.NUGET_API_KEY }}"

0 commit comments

Comments
 (0)