You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try pinning Octokit to v6.0.0 in build.fsx (#2810)
I think (/am guessing) that the error in the release build at https://github.com/fsprojects/FAKE/actions/runs/10605838278/job/29395428955#step:10:618 is because the Paket restore for build.fsx is restoring version 13 of Octokit, along side a release package of Fake.Api.GitHub which doesn't work with that version due to breaking API changes, and that's causing problems.
So - try pinning the Octokit nuget reference in build.fsx to 6.0.0 to match the released FAKE packages.