Skip to content

Commit d349d4c

Browse files
committed
Fix publishing release notes
1 parent eea9b28 commit d349d4c

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
@@ -94,6 +94,7 @@ jobs:
9494
run: |
9595
mkdir reports/
9696
pip install -e .
97+
version=$(echo $GITHUB_REF_SLUG | sed -E "s/v(.*)/\1/")
9798
# lines 1 and 3 are empty, line 2 contains version number, line 4 contains release date
9899
changelog generate-md -c ./docs/conf.py CHANGELOG.rst -v $version | sed "1,4d" > reports/release.md
99100

0 commit comments

Comments
 (0)