Skip to content

Commit

Permalink
add nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jun 7, 2024
1 parent eb555b4 commit c32c322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
- name: 🔫 Build and Pack
run: ./build.ps1 pack

- name: Push to nuget.org
run: dotnet nuget push output\*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{secrets.CONNECTORS_NUGET_TOKEN }} --skip-duplicate

0 comments on commit c32c322

Please sign in to comment.