Skip to content

Commit

Permalink
Grab nupkg file
Browse files Browse the repository at this point in the history
  • Loading branch information
EnessenE authored Oct 14, 2022
1 parent d47bad7 commit 48c4b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish
run: dotnet nuget push CM.Text/CM.Text.csproj --api-key ${{ secrets.nuget_apikey }}
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_apikey }}

0 comments on commit 48c4b94

Please sign in to comment.