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
Use bash for everything on all platforms in release workflow
The way environment variables are being set and accessed assumes
a Bourne-style (POSIX-like) shell, but PowerShell was being used on
Windows for some steps where this was being assumed.
It's possible to set bash only for some steps, but that is more
complex to understand than using it for everything.
0 commit comments