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

ci: fix release workflow #133

Merged
merged 5 commits into from
Jan 15, 2025
Merged

ci: fix release workflow #133

merged 5 commits into from
Jan 15, 2025

Conversation

matthewelwell
Copy link
Contributor

@matthewelwell matthewelwell commented Jan 15, 2025

Fixes issue seen in release workflow here.

I'm not too sure why it started failing but I think it's similar to other recent issues (see e.g. #130, #132) where things have changed in the underlying system that mean certain built in dotnet versions are no longer available.

From what I can tell, we were trying to use 7.0.x on previous successful runs of the release workflow, but the library we're using to validate the package doesn't support 7.0.x so the only explanation is that it was falling back to some built in version of .net8.0.

@matthewelwell matthewelwell requested review from a team and gagantrivedi and removed request for a team January 15, 2025 10:58
@matthewelwell matthewelwell merged commit 631c70d into main Jan 15, 2025
10 checks passed
@matthewelwell matthewelwell deleted the ci/fix-release-workflow branch January 15, 2025 11:29
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