Skip to content

Commit f08081e

Browse files
Fix Windows build: use bash shell for version update step
Windows runners use PowerShell by default, which doesn't support bash variable syntax. Adding 'shell: bash' fixes this. Co-authored-by: openhands <[email protected]>
1 parent 40bf02a commit f08081e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
cache: "npm"
7676

7777
- name: Update version from tag
78+
shell: bash
7879
run: |
7980
# Extract version from tag (remove 'v' prefix if present)
8081
VERSION="${{ github.ref_name }}"

0 commit comments

Comments
 (0)