test:version
This commit is contained in:
parent
621d58b23f
commit
7191406013
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Get changelog
|
- name: Get changelog
|
||||||
id: get_changelog
|
id: get_changelog
|
||||||
run: |
|
run: |
|
||||||
echo "changelog=$(sed -n '/## '${version}',/##/p;//,/##/p' CHANGELOG.md | head -n -1 | tail -n +2)" >> $GITHUB_ENV
|
echo "changelog=$(sed -n '/## $env.version/,/##/p' CHANGELOG.md | head -n -1 | tail -n +2)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user