Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try pinning Octokit to v6.0.0 in build.fsx #2810

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

Numpsy
Copy link
Contributor

@Numpsy Numpsy commented Aug 29, 2024

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.

@xperiandri xperiandri merged commit 73dbe5b into fsprojects:master Aug 29, 2024
3 checks passed
@Numpsy Numpsy deleted the pin_octokit branch August 29, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants