Orleans v7 release Action failed
rsirny opened this issue · 2 comments
rsirny commented
@galvesribeiro it seems that Nuget API key expired/is invalid so new release based on Orleans v7 cannot be pushed to NuGet. Could you have a look at that?
1s
Run dotnet nuget push Orleans.Clustering.Kubernetes.*.nupkg -k *** -s https://api.nuget.org/v3/index.json
Pushing Orleans.Clustering.Kubernetes.7.0.0.nupkg to 'https://www.nuget.org/api/v2/package'...
PUT https://www.nuget.org/api/v2/package/
Forbidden https://www.nuget.org/api/v2/package/ 823ms
error: Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
Thanks!
ReubenBond commented
The Orleans.Clustering.Kubernetes package is published directly by @galvesribeiro. Maybe we should transfer ownership into the OrleansContrib org so that the key can be used, @galvesribeiro. Of course, if you prefer to continue self-publishing it, that's fine by me.
galvesribeiro commented
Sorry for the delay. I missed the email pointing the error.
It is now published to NuGet and I've added the OrleansContribOrg key, so this problem should not happen again.
https://www.nuget.org/packages/Orleans.Clustering.Kubernetes/7.0.0
Thanks!