Commit 3195a81
fix(ci): force bash shell for set-version step on Windows (#10)
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.
Signed-off-by: Philippe Martin <phmartin@redhat.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 083530b commit 3195a81
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments