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
I don't want to specify the version in two places (CI and .tool-versions for local development). It would be great if I could avoid this extra step in CI.
Description
Any plans to support extracting version info from
.tool-versionsfile? It would simplify a 2-step workflow into a single step.Example
What I have currently:
I don't want to specify the version in two places (CI and .tool-versions for local development). It would be great if I could avoid this extra step in CI.
This is common in other GitHub Actions. Example: