Skip to content

Commit

Permalink
Merge branch 'base' of https://github.com/mkjeff/secs4net into base
Browse files Browse the repository at this point in the history
  • Loading branch information
westjeffho committed Oct 20, 2023
2 parents 7128cd3 + ed3de6f commit e4ff990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Pack
run: dotnet pack -c Release
- name: Push
run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET }}
run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET }} -s https://api.nuget.org/v3/index.json

0 comments on commit e4ff990

Please sign in to comment.