firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
357 stars 129 forks source link

Publish to Nuget failed for release 2.4.0 #351

Closed TommyN closed 11 months ago

TommyN commented 1 year ago

The 2.4.0 release failed in the publish to Nuget step.

See: https://github.com/firebase/firebase-admin-dotnet/actions/runs/5350795917/jobs/9703890826

Run ./.github/scripts/publish_package.sh
info : Pushing FirebaseAdmin.2.4.0.nupkg to 'https://www.nuget.org/api/v2/package'...
info :   PUT https://www.nuget.org/api/v2/package/
info :   Forbidden https://www.nuget.org/api/v2/package/ 241ms
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.).
Error: Process completed with exit code 1.
google-oss-bot commented 1 year ago

I found a few problems with this issue:

TommyN commented 1 year ago

cc: @lahirumaramba

dk-taxi commented 1 year ago

any updates on this issue?

TommyN commented 11 months ago

Seems to have been fixed here: https://github.com/firebase/firebase-admin-dotnet/actions/runs/5535725575

lahirumaramba commented 11 months ago

Hey folks, we were able to fix the issue and v2.4.0 should be available on Nuget now. Thanks for your patience on this!