-
|
I tried publishing a package using OIDC trusted publishing and failed. I have previously used NPM_TOKEN + provenance, and that setup worked just fine. This proves that, for example, GITHUB_TOKEN permissions were set correctly, as provenance itself always needed What I did:
Here's what I got: Notably:
As per #6898, this message may be seen if either Unfortunately, at this stage I got stuck because Yarn does not provide necessary logging information that would enable me to debug the situation further. Possible improvements in this area would be to log things like:
This is my workflow file: Does anyone see anything in it that may have caused the error? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
@cometkim maybe you would be able to help out? |
Beta Was this translation helpful? Give feedback.
Update Yarn to the latest version.
There was a bug to publish scoped packages. See #6911