Skip to content

fix(ci): force bash shell for set-version step on Windows#10

Merged
feloy merged 1 commit into
mainfrom
release-win-buf
May 21, 2026
Merged

fix(ci): force bash shell for set-version step on Windows#10
feloy merged 1 commit into
mainfrom
release-win-buf

Conversation

@feloy

@feloy feloy commented May 21, 2026

Copy link
Copy Markdown
Contributor

PowerShell (the default shell on Windows runners) does not support bash parameter expansion syntax like ${VERSION#v}. Adding shell: bash forces Git Bash, which is available on Windows GitHub-hosted runners.

PowerShell (the default shell on Windows runners) does not support
bash parameter expansion syntax like ${VERSION#v}. Adding `shell: bash`
forces Git Bash, which is available on Windows GitHub-hosted runners.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Philippe Martin <phmartin@redhat.com>
@feloy feloy merged commit 3195a81 into main May 21, 2026
3 checks passed
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.

1 participant