Skip to content

Commit

Permalink
add snupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamsker committed Feb 26, 2024
1 parent 5a2cd4b commit 340829c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
- name: Push NuGet package
run: |
dotnet nuget push -k ${{ secrets.GITHUB_TOKEN }} -s "https://nuget.pkg.github.com/${{ github.actor }}/index.json" ./nupkgs/*.nupkg
dotnet nuget push -k ${{ secrets.GITHUB_TOKEN }} -s "https://nuget.pkg.github.com/${{ github.actor }}/index.json" ./nupkgs/*.snupkg
release:
if: github.event_name == 'push'
Expand Down

0 comments on commit 340829c

Please sign in to comment.