fix(deps): update dependencies #697
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error
semantic-release
Error: Command failed with exit code 1: dotnet nuget push /home/runner/work/zitadel-net/zitadel-net/src/Zitadel.Grpc/bin/Release/Zitadel.gRPC.5.2.27.nupkg /home/runner/work/zitadel-net/zitadel-net/src/Zitadel/bin/Release/Zitadel.5.2.27.nupkg --source https://api.nuget.org/v3/index.json --api-key ***
Pushing Zitadel.gRPC.5.2.27.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/ 978ms
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.).
Usage: dotnet nuget push [arguments] [options]
Arguments:
[root] Specify the path to the package and your API key to push the package to the server.
Options:
-h|--help Show help information
--force-english-output Forces the application to run using an invariant, English-based culture.
-s|--source <source> Package source (URL, UNC/folder path or package source name) to use. Defaults to DefaultPushSource if specified in NuGet.Config.
-ss|--symbol-source <source> Symbol server URL to use.
-t|--timeout <timeout> Timeout for pushing to a server in seconds. Defaults to 300 seconds (5 minutes).
-k|--api-key <apiKey> The API key for the server.
-sk|--symbol-api-key <apiKey> The API key for the symbol server.
-d|--disable-buffering Disable buffering when pushing to an HTTP(S) server to decrease memory usage.
-n|--no-symbols If a symbols package exists, it will not be pushed to a symbols server.
--no-service-endpoint Does not append "api/v2/package" to the source URL.
--interactive Allow the command to block and require manual action for operations like authentication.
--skip-duplicate If a package and version already exists, skip it and continue with the next package in the push, if any.
|