Skip to content

Commit

Permalink
Update Publish-to-NuGet.yml
Browse files Browse the repository at this point in the history
Adds publish to nuget step
  • Loading branch information
jamiepollock authored Jan 12, 2024
1 parent 69090ee commit f841d0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Publish-to-NuGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
- name: Pack Rhythm.Drop
run: dotnet pack ./src/Rhythm.Drop/Rhythm.Drop.csproj --no-restore -c $BUILD_CONFIG /p:version=$PACKAGE_VERSION


- name: Publish Packages to NuGet
run: dotnet nuget push **\*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 comments on commit f841d0b

Please sign in to comment.