Skip to content

Commit

Permalink
Add nuget publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Mar 19, 2024
1 parent caf6ba7 commit b58fcf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ jobs:
files: artifacts/nupkg/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit b58fcf9

Please sign in to comment.