Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-acm authored Apr 18, 2024
1 parent fb7bf8b commit e9c27c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: dotnet pack

- name: Push Package to NuGet.org
working-directory: working/bin/Release
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

- name: Upload a Build Artifact
Expand Down

0 comments on commit e9c27c3

Please sign in to comment.