Skip to content

Commit 5d29217

Browse files
committed
use bash shell on windows
1 parent 59add42 commit 5d29217

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
steps:
1717
- name: Extract version from tag
1818
id: release_info
19+
shell: bash
1920
run: |
2021
VERSION=${GITHUB_REF#refs/tags/release/}
2122
NOTES=$(awk "/^## $VERSION/ {flag=1; next} /^## / {if (flag) exit} flag" CHANGELOG.md)

0 commit comments

Comments
 (0)