Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/webnativedev/SINUS
Browse files Browse the repository at this point in the history
  • Loading branch information
starkeeny committed Jun 25, 2023
2 parents b05598b + ddfd914 commit 6454507
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 6454507

Please sign in to comment.