Skip to content

Commit

Permalink
Include the NuGet package in the GitHub release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Sep 10, 2024
1 parent 1838908 commit 1e4139f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@ jobs:
name: Version ${{ github.ref_name }}
body_path: ReleaseNotes.md
prerelease: ${{ contains(github.ref_name, '-') }}
files: "*.nupkg"
- name: 🚀 Publish NuGet package on nuget.org
run: dotnet nuget push "*.nupkg" --source https://api.nuget.org/v3/index.json --api-key "${{ secrets.NUGET_API_KEY }}"

0 comments on commit 1e4139f

Please sign in to comment.