Skip to content

Commit 749ed17

Browse files
authored
Update release.yml
1 parent 89502e8 commit 749ed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Dotnet Nuget Push
2525
working-directory: ./src/Blazor-ApexCharts/bin/Release
26-
run: dotnet nuget push RazorClassLibrary.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
26+
run: dotnet nuget push Blazor-ApexCharts.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
2727
continue-on-error: true
2828

2929
- name: Create Release

0 commit comments

Comments
 (0)