Skip to content

Commit

Permalink
Update dotnet_main.yml publishing the package to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
webnativedev committed Jun 25, 2023
1 parent dcd3683 commit ddfd914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Pack
run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release --include-symbols --output ${{ env.PACK_OUT_PATH }}



- name: Publish nuget
run: dotnet nuget push ${{ env.PACK_OUT_PATH }}\*.nupkg --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://api.nuget.org/v3/index.json

0 comments on commit ddfd914

Please sign in to comment.