Skip to content

Commit 66b43b8

Browse files
Add publish step to nuget.org
1 parent 2fa0425 commit 66b43b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@ jobs:
106106
# Push the package
107107
- name: NuGet push
108108
run: dotnet nuget push artifacts/IgniteUI.Blazor.GridLite.${{ env.VERSION }}.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source "https://api.nuget.org/v3/index.json"
109+
110+
- name: Publish to NuGet.org
111+
run: dotnet nuget push "${{ github.workspace }}/artifacts/IgniteUI.Blazor.GridLite.${{ env.VERSION }}.nupkg" --api-key ${{ steps.nuget-login.outputs.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"

0 commit comments

Comments
 (0)