We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9edbc commit 2ff83d8Copy full SHA for 2ff83d8
.github/workflows/publish.yml
@@ -40,6 +40,5 @@ jobs:
40
41
- name: Push
42
run: |
43
- dotnet nuget push BitzArt.Blazor.DotNet9Upgrade.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_APIKEY}
44
dotnet nuget push BitzArt.Blazor.RenderStrategies.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_APIKEY}
45
dotnet nuget push BitzArt.Blazor.State.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_APIKEY}
0 commit comments