Skip to content

Commit 76eac43

Browse files
Update dotnet.yml (#16)
use dotnet nuget push
1 parent ff2172b commit 76eac43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
run: dotnet test --no-build --verbosity normal --filter "TestCategory!=Integration"
3939
- name: Publish
4040
if: startsWith(github.ref, 'refs/heads/release')
41-
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
41+
run: dotnet nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
4242

0 commit comments

Comments
 (0)