Skip to content

Commit

Permalink
Merge pull request #60 from cmdotcom/nupkg
Browse files Browse the repository at this point in the history
Grab nupkg file
  • Loading branch information
EricSmekens authored Oct 14, 2022
2 parents d47bad7 + 48c4b94 commit 62a7c5c
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 62a7c5c

Please sign in to comment.