Skip to content

Commit 07acf8e

Browse files
authored
Merge pull request #55 from baryhuang/fix-windows-version
Fix Windows build: use bash shell for version update step
2 parents 40bf02a + f08081e commit 07acf8e

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)