We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59add42 commit 5d29217Copy full SHA for 5d29217
1 file changed
.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
16
steps:
17
- name: Extract version from tag
18
id: release_info
19
+ shell: bash
20
run: |
21
VERSION=${GITHUB_REF#refs/tags/release/}
22
NOTES=$(awk "/^## $VERSION/ {flag=1; next} /^## / {if (flag) exit} flag" CHANGELOG.md)
0 commit comments