Xuanwo opened a new issue, #7899:
URL: https://github.com/apache/opendal/issues/7899

   ## Problem
   
   During the Apache OpenDAL 0.58.0 final release, the `Release Dotnet Binding` 
workflow built native artifacts and packed the NuGet package successfully, but 
the publish job failed during NuGet trusted publishing login.
   
   Run: https://github.com/apache/opendal/actions/runs/29085866713
   
   The failing step was `NuGet login`, where the workflow exchanged the GitHub 
OIDC token for a NuGet API key:
   
   ```text
   curl: (22) The requested URL returned error: 401
   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
   ```
   
   Rerunning the failed job produced the same 401.
   
   ## Impact
   
   The NuGet package was not published. `OpenDAL` version `0.1.0` still 
returned 404 from the NuGet flat container during release verification.
   
   ## Notes
   
   This likely requires checking NuGet trusted publisher configuration or 
package owner permissions for the `Apache.OpenDAL` publisher. The workflow 
package build itself succeeded; the blocker is the NuGet token exchange.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to