Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
Updated a release to include nuget packages
  • Loading branch information
DerekGn authored Jan 22, 2025
1 parent 48c473f commit e35ae5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Pack
run: dotnet pack --configuration Release --no-restore
- name: Publish
uses: softprops/[email protected]
with:
files: "*.nupkg"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e35ae5f

Please sign in to comment.