Skip to content

Commit

Permalink
Try to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellevar authored and Hellevar committed Dec 17, 2019
1 parent 1722fa5 commit f686024
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/Grpc.BlazorFly.0.8.0.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols true
run: dotnet nuget push ./NuGetPackages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols true

0 comments on commit f686024

Please # to comment.