Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiakun committed Aug 12, 2023
1 parent f1bac1f commit 74d96cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:
- name: Test
run: dotnet test "$SOLUTION_NAME" -c Release --no-build --verbosity normal

- name: Pack
run: dotnet pack "$SOLUTION_NAME" -c Release --no-build --output .

- name: Publish to nuget.org
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_ORG_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 74d96cc

Please sign in to comment.