Skip to content

Commit

Permalink
Fixed package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzimir-Lashkevich committed Dec 17, 2019
1 parent 1c89af8 commit 8e9a598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build NuGet Package
run: dotnet pack ./src/Grpc.BlazorFly/Grpc.BlazorFly.csproj --configuration Release --output NuGetPackages
- name: Deploy NuGet Package
run: dotnet nuget push ./src/Grpc.BlazorFly/NuGetPackages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols true
run: dotnet nuget push ./src/Grpc.BlazorFly/NuGetPackages/Grpc.BlazorFly.0.8.0.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols true

0 comments on commit 8e9a598

Please # to comment.