Skip to content

Commit 62a7c5c

Browse files
authored
Merge pull request #60 from cmdotcom/nupkg
Grab nupkg file
2 parents d47bad7 + 48c4b94 commit 62a7c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Test
2323
run: dotnet test --no-build --verbosity normal
2424
- name: Publish
25-
run: dotnet nuget push CM.Text/CM.Text.csproj --api-key ${{ secrets.nuget_apikey }}
25+
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_apikey }}

0 commit comments

Comments
 (0)